From fdd0b81db91cdd957cbff7696508d2c7ae5a4030 Mon Sep 17 00:00:00 2001 From: Mariya Lysenkova Date: Wed, 1 Nov 2023 10:36:48 +0100 Subject: [PATCH] Bugfix in bumpver config --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b58b5bc..f6e7a2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ Homepage = "https://github.com/Molmed/gene-thesaurus" [tool.bumpver] -current_version = "1.0.0" -version_pattern = "MAJOR.MINOR.PATCH" +current_version = "v1.0.1" +version_pattern = "vMAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" tag_scope = "default"