Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed Nov 10, 2021
1 parent 4f09205 commit 246bd72
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11.0-a - 3.11']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion handpick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
max_depth,
)

__version__ = "0.9.2"
__version__ = "0.10.0"

__all__ = [
"__version__",
Expand Down
Loading

0 comments on commit 246bd72

Please sign in to comment.