Skip to content

Commit 39c0c65

Browse files
committed
fix: versioning
1 parent 43932ea commit 39c0c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ setup_hooks = []
2020
pre_commit_hooks = []
2121
post_commit_hooks = []
2222
files = [
23-
{ filename = "pyproject.toml", search = 'dynamic = ["version"]', replace = 'version = "{new_version}"' },
23+
{ filename = "pyproject.toml", search = 'version = "{current_version}"', replace = 'version = "{new_version}"' },
2424
]
2525
"ttyd_cli/__init__.py" = { search = '__version__ = "{current_version}"', replace = '__version__ = "{new_version}"'}

0 commit comments

Comments
 (0)