diff --git a/calcipy/__init__.py b/calcipy/__init__.py index 2950bf90..9bdd577e 100644 --- a/calcipy/__init__.py +++ b/calcipy/__init__.py @@ -1,6 +1,6 @@ """calcipy.""" -__version__ = '1.2.1' +__version__ = '1.2.2' __pkg_name__ = 'calcipy' # ====== Above is the recommended code from calcipy_template and may be updated on new releases ====== diff --git a/pyproject.toml b/pyproject.toml index 952ff3dc..d21a1466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "1.2.1" +version = "1.2.2" version_files = ["calcipy/__init__.py:^__version", "pyproject.toml:^version"] [tool.poetry] @@ -30,7 +30,7 @@ maintainers = [] name = "calcipy" readme = "docs/README.md" repository = "https://github.com/kyleking/calcipy" -version = "1.2.1" +version = "1.2.2" [tool.poetry.dependencies] python = "^3.8.12"