From ce6500763391677afacb51b8f95618d3680cbd80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 16:22:00 +0000 Subject: [PATCH] chore(Release): Bump version from 0.1.2 -> 0.1.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91f8e7d4..232b8dc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "krisi" -version = "0.1.2" +version = "0.1.3" authors = [ { name="Mark Szulyovszky", email="mark@dreamfaster.ai" }, { name="Daniel Szemerey", email="daniel@dreamfaster.ai" }, @@ -139,7 +139,7 @@ testpaths = ["tests"] # bumpver command: ``bumpver update --patch`` [tool.bumpver] -current_version = "0.1.2" +current_version = "0.1.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "chore(Release): Bump version from {old_version} -> {new_version}" commit = true