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]] [[tool.bumpversion.files]]
filename = ".version" filename = ".version"
[[tool.bumpversion.files]] [[tool.bumpversion.files]]
filename = "__init__.py" filename = "src/__init__.py"
search = "__version__ = '{current_version}'"
replace = "__version__ = '{new_version}'"

View File

@@ -1 +1 @@
0.2.3 0.2.4