Skip to content

Commit

Permalink
build: bump version to 0.10.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored Nov 7, 2022
1 parent de93972 commit 1223c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion foca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Single source of truth for package version."""

__version__ = '0.9.0'
__version__ = '0.10.0'
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ mypy==0.971
mypy-extensions==0.4.3
pylint==2.13.2
pytest==7.1.1
python-semantic-release==7.27.0
python-semantic-release==7.32.2
types-PyYAML==6.0.12
types-requests==2.28.11
types-setuptools==65.3.0
types-urllib3==1.26.25
types-urllib3==1.26.25

0 comments on commit 1223c64

Please sign in to comment.