From be94549a68a9c901f814cd2174d46a0018e81968 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Mon, 28 Aug 2023 21:56:20 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.6.3=20=E2=86=92=201.6.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 0d77031f..c38ac7a2 100644 --- a/calcipy/__init__.py +++ b/calcipy/__init__.py @@ -10,7 +10,7 @@ from beartype.roar import BeartypeDecorHintPep585DeprecationWarning from typing_extensions import Self # noqa: UP035 -__version__ = '1.6.3' +__version__ = '1.6.4' __pkg_name__ = 'calcipy' diff --git a/pyproject.toml b/pyproject.toml index 498f1d77..8ee9dc54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "1.6.3" +version = "1.6.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.6.3" +version = "1.6.4" [tool.poetry.dependencies] python = "^3.8.12"