Skip to content

Commit 9a7fb2c

Browse files
committed
fix: versioning
1 parent bf8ddf0 commit 9a7fb2c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.3.0"
2+
current_version = "0.1.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "ttyd-client"
3-
version = "0.1.0"
3+
# version = "0.1.0"
4+
dynamic = ["version"]
45
description = "A Python client library for connecting to TTYD (tty over WebSocket) servers with full terminal support, authentication, and cross-platform compatibility"
56
readme = "README.md"
67
requires-python = ">=3.12"

0 commit comments

Comments
 (0)