diff --git a/calcipy/__init__.py b/calcipy/__init__.py index b863cfd0..eaca210c 100644 --- a/calcipy/__init__.py +++ b/calcipy/__init__.py @@ -1,6 +1,6 @@ """calcipy.""" -__version__ = '1.0.0rc7' +__version__ = '1.0.0' __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 e27f742c..ae8fb123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "1.0.0rc7" +version = "1.0.0" 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.0.0rc7" +version = "1.0.0" [tool.poetry.dependencies] python = "^3.8.12"