still figuring out :D

This commit is contained in:
Kamil
2024-11-22 19:44:32 +00:00
parent 7396bf1c25
commit 0560abdec6

View File

@@ -3,7 +3,7 @@ current_version = 0.1.0
commit = True commit = True
tag = True tag = True
[bumpversion:file:version.py] [bumpversion:file:app/version.py]
search = __version__ = "{current_version}" search = __version__ = "{current_version}"
replace = __version__ = "{new_version}" replace = __version__ = "{new_version}"