From b0d7bb47360937170722c4c245e6cbc57e42cdb4 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Thu, 31 Oct 2024 07:56:57 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=204.1.0=20=E2=86=92=204.2.0?= 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 a7d9c377..92225693 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.1.0' +__version__ = '4.2.0' __pkg_name__ = 'calcipy' configure_runtime_type_checking_mode() diff --git a/pyproject.toml b/pyproject.toml index 3b8fe71f..d887de2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "4.1.0" +version = "4.2.0" version_files = ["calcipy/__init__.py:^__version", "pyproject.toml:^version"] [tool.mypy] @@ -48,7 +48,7 @@ maintainers = [] name = "calcipy" readme = "docs/README.md" repository = "https://github.com/kyleking/calcipy" -version = "4.1.0" +version = "4.2.0" [tool.poetry.dependencies] python = "^3.9.13"