From f9dc39e9648c9bd51de7b5494f24d3ebf710b8bb Mon Sep 17 00:00:00 2001 From: Kyle King Date: Fri, 5 Jul 2024 09:03:36 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=204.0.0rc1=20=E2=86=92=204.0.0r?= =?UTF-8?q?c2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calcipy/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/calcipy/__init__.py b/calcipy/__init__.py index 82c44a83..2a31b256 100644 --- a/calcipy/__init__.py +++ b/calcipy/__init__.py @@ -2,7 +2,7 @@ from ._runtime_type_check_setup import configure_runtime_type_checking_mode -__version__ = '4.0.0rc1' +__version__ = '4.0.0rc2' __pkg_name__ = 'calcipy' configure_runtime_type_checking_mode() diff --git a/pyproject.toml b/pyproject.toml index bb61e9c6..1798df61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "4.0.0rc1" +version = "4.0.0rc2" version_files = ["calcipy/__init__.py:^__version", "pyproject.toml:^version"] [tool.mypy] @@ -49,7 +49,7 @@ maintainers = [] name = "calcipy" readme = "docs/README.md" repository = "https://github.com/kyleking/calcipy" -version = "4.0.0rc1" +version = "4.0.0rc2" [tool.poetry.dependencies] python = "^3.9.13"