We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a51709 commit a57811bCopy full SHA for a57811b
pyproject.toml
@@ -2,7 +2,7 @@
2
3
[project]
4
name = "nonebot-plugin-tetris-stats"
5
-version = "1.10.2"
+version = "1.11.0"
6
description = "一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件"
7
readme = "README.md"
8
authors = [{ name = "shoucandanghehe", email = "wallfjjd@gmail.com" }]
@@ -162,7 +162,7 @@ defineConstant = { PYDANTIC_V2 = true }
162
typeCheckingMode = "standard"
163
164
[tool.bumpversion]
165
-current_version = "1.10.2"
+current_version = "1.11.0"
166
tag = true
167
sign_tags = true
168
tag_name = "{new_version}"
0 commit comments