🔖 1.12.1

This commit is contained in:
2026-03-04 18:58:30 +08:00
parent 367ead2ff5
commit 6f3f6bda1d

View File

@@ -2,7 +2,7 @@
[project]
name = "nonebot-plugin-tetris-stats"
version = "1.12.0"
version = "1.12.1"
description = "一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件"
readme = "README.md"
authors = [{ name = "shoucandanghehe", email = "wallfjjd@gmail.com" }]
@@ -168,7 +168,7 @@ reportImplicitAbstractClass = 'error'
enableTypeIgnoreComments = false
[tool.bumpversion]
current_version = "1.12.0"
current_version = "1.12.1"
tag = true
sign_tags = true
tag_name = "{new_version}"