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