From e00513ba528f16d326f6085f37a08f4ab7146569 Mon Sep 17 00:00:00 2001 From: Kamil Date: Tue, 11 Feb 2025 09:34:42 +0000 Subject: [PATCH] . --- .bumpversion.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0aa0cc5..01a3d13 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,12 +1,12 @@ [bumpversion] -current_version = "v0.1.9" +current_version = "0.1.9" commit = True tag = True -; [bumpversion:file:app/version.py] -; search = __version__ = "{current_version}" -; replace = __version__ = "{new_version}" +[bumpversion:file:app/version.py] +search = __version__ = "{current_version}" +replace = __version__ = "v{new_version}" [bumpversion:file:version.py] search = __version__ = "{current_version}" -replace = __version__ = "{new_version}" +replace = __version__ = "v{new_version}"