We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01da7 commit 24fb82dCopy full SHA for 24fb82d
2 files changed
.bumpversion.toml
@@ -19,3 +19,4 @@ commit_args = ""
19
setup_hooks = []
20
pre_commit_hooks = []
21
post_commit_hooks = []
22
+"ttyd_cli/__init__.py" = { search = '__version__ = "{current_version}"', replace = '__version__ = "{new_version}"'}
pyproject.toml
@@ -24,9 +24,6 @@ ttyd-client = "ttyd_cli.cli:main"
24
requires = ["setuptools>=61.0"]
25
build-backend = "setuptools.build_meta"
26
27
-[tool.bumpversion]
28
-"ttyd_cli/__init__.py" = { search = '__version__ = "{current_version}"', replace = '__version__ = "{new_version}"'}
29
-
30
[tool.setuptools.packages.find]
31
where = ["."]
32
include = ["ttyd_cli*"]
0 commit comments