From bea62f06a71727cb54c938ad87c7b33c5acc17f2 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Sat, 12 Aug 2023 22:27:54 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.6.0=20=E2=86=92=201.6.1rc0?= 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 aaf3007b..23ff83d0 100644 --- a/calcipy/__init__.py +++ b/calcipy/__init__.py @@ -7,7 +7,7 @@ from beartype.claw import beartype_this_package from typing_extensions import Self # noqa: UP035 -__version__ = '1.6.0' +__version__ = '1.6.1rc0' __pkg_name__ = 'calcipy' diff --git a/pyproject.toml b/pyproject.toml index 04dd7ea8..c87b164c 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.0" +version = "1.6.1rc0" 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.0" +version = "1.6.1rc0" [tool.poetry.dependencies] python = "^3.8.12"