From 9a17ae0100c209fa11d40fa48cf0ae7d64f8a02f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:05:17 +0000 Subject: [PATCH] chore(Release): Bump version from 1.2.0 -> 1.2.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebe23155..df81f576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "krisi" -version = "1.2.0" +version = "1.2.1" authors = [ { name="Mark Szulyovszky", email="mark@dreamfaster.ai" }, { name="Daniel Szemerey", email="daniel@dreamfaster.ai" }, @@ -141,7 +141,7 @@ testpaths = ["tests"] # bumpver command: ``bumpver update --patch`` [tool.bumpver] -current_version = "1.2.0" +current_version = "1.2.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "chore(Release): Bump version from {old_version} -> {new_version}" commit = true