Skip to content

Commit 0fea7b4

Browse files
committed
release: bump version from 1.0.1 to 1.0.2
1 parent a08b2d1 commit 0fea7b4

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.1"
3+
version = "1.0.2"
44
description = "OneBot V11 与 Telegram 消息转发插件"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -44,7 +44,7 @@ requires = ["uv_build>=0.10.0,<0.11.0"]
4444
build-backend = "uv_build"
4545

4646
[tool.bumpversion]
47-
current_version = "1.0.1"
47+
current_version = "1.0.2"
4848
commit = true
4949
message = "release: bump version from {current_version} to {new_version}"
5050
tag = true

0 commit comments

Comments
 (0)