From 64d7adebbc035a898153c8e55467cd4a5f77ebf6 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Fri, 5 Jul 2024 08:27:29 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.0.2=20=E2=86=92=204.0.0rc0?= 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 754e88ca..50bf5d88 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__ = '3.0.2' +__version__ = '4.0.0rc0' __pkg_name__ = 'calcipy' configure_runtime_type_checking_mode() diff --git a/pyproject.toml b/pyproject.toml index 625a19bf..79db073f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "3.0.2" +version = "4.0.0rc0" version_files = ["calcipy/__init__.py:^__version", "pyproject.toml:^version"] [tool.mypy] @@ -50,7 +50,7 @@ maintainers = [] name = "calcipy" readme = "docs/README.md" repository = "https://github.com/kyleking/calcipy" -version = "3.0.2" +version = "4.0.0rc0" [tool.poetry.dependencies] python = "^3.9.13"