version change

This commit is contained in:
2025-01-17 09:22:51 +01:00
parent ce03d28936
commit 2ef0ea42e8
2 changed files with 3 additions and 4 deletions

View File

@@ -17,6 +17,5 @@ commit_args = ""
[[tool.bumpversion.files]]
filename = ".version"
[[tool.bumpversion.files]]
filename = "__init__.py"
search = "__version__ = '{current_version}'"
replace = "__version__ = '{new_version}'"
filename = "src/__init__.py"