From 4ff3181b28cb609e441d29df66886cad2f20f733 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Tue, 21 Nov 2023 09:30:18 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.2=20=E2=86=92=202.0.3?= 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 014dcc26..3764248c 100644 --- a/calcipy/__init__.py +++ b/calcipy/__init__.py @@ -10,7 +10,7 @@ from beartype.roar import BeartypeDecorHintPep585DeprecationWarning from typing_extensions import Self -__version__ = '2.0.2' +__version__ = '2.0.3' __pkg_name__ = 'calcipy' diff --git a/pyproject.toml b/pyproject.toml index b1a2b544..76ba812f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "2.0.2" +version = "2.0.3" version_files = ["calcipy/__init__.py:^__version", "pyproject.toml:^version"] [tool.poetry] @@ -29,7 +29,7 @@ maintainers = [] name = "calcipy" readme = "docs/README.md" repository = "https://github.com/kyleking/calcipy" -version = "2.0.2" +version = "2.0.3" [tool.poetry.dependencies] python = "^3.9.13"