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