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