From b597665a534243ad827ee9cf0f46a78a8bba1116 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Tue, 16 May 2023 19:29:56 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.3=20=E2=86=92=201.2.4?= 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 c819ff10..11736fc9 100644 --- a/calcipy/__init__.py +++ b/calcipy/__init__.py @@ -1,6 +1,6 @@ """calcipy.""" -__version__ = '1.2.3' +__version__ = '1.2.4' __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 fd79c82b..9e2306f9 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.3" +version = "1.2.4" 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.3" +version = "1.2.4" [tool.poetry.dependencies] python = "^3.8.12"