We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43932ea commit 39c0c65Copy full SHA for 39c0c65
1 file changed
.bumpversion.toml
@@ -20,6 +20,6 @@ setup_hooks = []
20
pre_commit_hooks = []
21
post_commit_hooks = []
22
files = [
23
- { filename = "pyproject.toml", search = 'dynamic = ["version"]', replace = 'version = "{new_version}"' },
+ { filename = "pyproject.toml", search = 'version = "{current_version}"', replace = 'version = "{new_version}"' },
24
]
25
"ttyd_cli/__init__.py" = { search = '__version__ = "{current_version}"', replace = '__version__ = "{new_version}"'}
0 commit comments