Skip to content

Commit 9385922

Browse files
committed
release: bump version from 1.0.4 to 1.0.5
1 parent 1cf3e98 commit 9385922

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nonebot-plugin-onebot2tg"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "OneBot V11 与 Telegram 消息转发插件"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -45,7 +45,7 @@ requires = ["uv_build>=0.10.0,<0.11.0"]
4545
build-backend = "uv_build"
4646

4747
[tool.bumpversion]
48-
current_version = "1.0.4"
48+
current_version = "1.0.5"
4949
commit = true
5050
commit_args = "--no-verify"
5151
message = "release: bump version from {current_version} to {new_version}"

0 commit comments

Comments
 (0)