From 106125a5ddc6c7c42e4acbb03b34b50d1cae760b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:13:52 +0000 Subject: [PATCH] chore(Release): Bump version from 2.0.0 -> 2.0.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cea50b34..1348bd76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "fold-core" packages = [ { include="fold", from="./src" }, ] -version = "2.0.0" +version = "2.0.1" authors = ["Mark Aron Szulyovszky", "Daniel Szemerey" ] classifiers = [ "Development Status :: 5 - Production/Stable", @@ -164,7 +164,7 @@ allow-direct-references = true # bumpver command: ``bumpver update --patch`` [tool.bumpver] -current_version = "2.0.0" +current_version = "2.0.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "chore(Release): Bump version from {old_version} -> {new_version}" commit = true