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 e80e1bc commit 026ceaeCopy full SHA for 026ceae
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
3
[project]
4
name = "nonebot-plugin-tetris-stats"
5
-version = "1.8.3"
+version = "1.9.0"
6
description = "一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件"
7
readme = "README.md"
8
authors = [{ name = "shoucandanghehe", email = "wallfjjd@gmail.com" }]
@@ -161,7 +161,7 @@ defineConstant = { PYDANTIC_V2 = true }
161
typeCheckingMode = "standard"
162
163
[tool.bumpversion]
164
-current_version = "1.8.3"
+current_version = "1.9.0"
165
tag = true
166
sign_tags = true
167
tag_name = "{new_version}"
0 commit comments