diff --git a/calcipy/__init__.py b/calcipy/__init__.py index 1e0e49a5..e4ff1ca5 100644 --- a/calcipy/__init__.py +++ b/calcipy/__init__.py @@ -10,7 +10,7 @@ from beartype.roar import BeartypeDecorHintPep585DeprecationWarning from typing_extensions import Self -__version__ = '2.0.0' +__version__ = '2.0.1' __pkg_name__ = 'calcipy' diff --git a/pyproject.toml b/pyproject.toml index 6843bdc4..3d5eab49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "2.0.0" +version = "2.0.1" version_files = ["calcipy/__init__.py:^__version", "pyproject.toml:^version"] [tool.poetry] @@ -29,7 +29,7 @@ maintainers = [] name = "calcipy" readme = "docs/README.md" repository = "https://github.com/kyleking/calcipy" -version = "2.0.0" +version = "2.0.1" [tool.poetry.dependencies] python = "^3.9.13"