Skip to content

Commit 24fb82d

Browse files
committed
fix: versioning
1 parent 1e01da7 commit 24fb82d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ commit_args = ""
1919
setup_hooks = []
2020
pre_commit_hooks = []
2121
post_commit_hooks = []
22+
"ttyd_cli/__init__.py" = { search = '__version__ = "{current_version}"', replace = '__version__ = "{new_version}"'}

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ ttyd-client = "ttyd_cli.cli:main"
2424
requires = ["setuptools>=61.0"]
2525
build-backend = "setuptools.build_meta"
2626

27-
[tool.bumpversion]
28-
"ttyd_cli/__init__.py" = { search = '__version__ = "{current_version}"', replace = '__version__ = "{new_version}"'}
29-
3027
[tool.setuptools.packages.find]
3128
where = ["."]
3229
include = ["ttyd_cli*"]

0 commit comments

Comments
 (0)