diff --git a/foca/version.py b/foca/version.py index 712fb10..4d743af 100644 --- a/foca/version.py +++ b/foca/version.py @@ -1,3 +1,3 @@ """Single source of truth for package version.""" -__version__ = '0.9.0' +__version__ = '0.10.0' diff --git a/requirements_dev.txt b/requirements_dev.txt index 0349bc9..07b4ec1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -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 \ No newline at end of file +types-urllib3==1.26.25