From 96b5cd59280803503f01749892a679d785d50f22 Mon Sep 17 00:00:00 2001 From: Kamil Date: Tue, 11 Feb 2025 09:35:35 +0000 Subject: [PATCH] . --- .bumpversion.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ba7cd43..92e3977 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -4,9 +4,9 @@ commit = True tag = True [bumpversion:file:app/version.py] -search = __version__ = "{current_version}" +search = __version__ = "v{current_version}" replace = __version__ = "v{new_version}" [bumpversion:file:version.py] -search = __version__ = "{current_version}" +search = __version__ = "v{current_version}" replace = __version__ = "v{new_version}"