version change

This commit is contained in:
2025-01-17 09:10:41 +01:00
parent dc470798d2
commit 359f5e78a2
2 changed files with 3 additions and 1 deletions

View File

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