We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08b2d1 commit 0fea7b4Copy full SHA for 0fea7b4
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nonebot-plugin-onebot2tg"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "OneBot V11 与 Telegram 消息转发插件"
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -44,7 +44,7 @@ requires = ["uv_build>=0.10.0,<0.11.0"]
44
build-backend = "uv_build"
45
46
[tool.bumpversion]
47
-current_version = "1.0.1"
+current_version = "1.0.2"
48
commit = true
49
message = "release: bump version from {current_version} to {new_version}"
50
tag = true
0 commit comments