diff --git a/pyproject.toml b/pyproject.toml index 2e9c345..7f05cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "fold-wrappers" -version = "0.0.2" +version = "0.1.0" 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.2" +current_version = "0.1.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "chore(Release): Bump version from {old_version} -> {new_version}" commit = true