We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124c81f commit e93913aCopy full SHA for e93913a
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
3
[project]
4
name = "nonebot-plugin-tetris-stats"
5
-version = "1.12.2"
+version = "1.13.0"
6
description = "一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件"
7
readme = "README.md"
8
authors = [{ name = "shoucandanghehe", email = "wallfjjd@gmail.com" }]
@@ -168,7 +168,7 @@ reportImplicitAbstractClass = 'error'
168
enableTypeIgnoreComments = false
169
170
[tool.bumpversion]
171
-current_version = "1.12.2"
+current_version = "1.13.0"
172
tag = true
173
sign_tags = true
174
tag_name = "{new_version}"
0 commit comments