From cf7674e2bf1aee4ac348011f9df7e60553ed2f67 Mon Sep 17 00:00:00 2001 From: Mark Aron Szulyovszky Date: Wed, 19 Apr 2023 15:21:20 +0200 Subject: [PATCH] chore(Release): Bump version from 0.0.1 -> 0.0.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 76be10a..1842735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "fold-wrappers" -version = "0.0.1" +version = "0.0.2" authors = [ { name="Mark Aron Szulyovszky", email="mark@dreamfaster.ai" }, { name="Daniel Szemerey", email="daniel@dreamfaster.ai" }, @@ -132,7 +132,7 @@ testpaths = ["tests"] # bumpver command: ``bumpver update --patch`` [tool.bumpver] -current_version = "0.0.1" +current_version = "0.0.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "chore(Release): Bump version from {old_version} -> {new_version}" commit = true