hook doesn't work

This commit is contained in:
Karl 2025-06-06 12:51:41 +01:00
parent ef9bf72b84
commit 52574de881

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.13"
current_version = "0.1.12"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
@ -18,4 +18,4 @@ moveable_tags = []
commit_args = ""
setup_hooks = []
pre_commit_hooks = []
post_commit_hooks = ["git push origin {new_version}"]
post_commit_hooks = []