🔖 1.10.1

This commit is contained in:
2025-07-19 19:55:54 +08:00
parent 13c6d53b6a
commit d8255756ca

View File

@@ -2,7 +2,7 @@
[project]
name = "nonebot-plugin-tetris-stats"
version = "1.10.0"
version = "1.10.1"
description = "一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件"
readme = "README.md"
authors = [{ name = "shoucandanghehe", email = "wallfjjd@gmail.com" }]
@@ -162,7 +162,7 @@ defineConstant = { PYDANTIC_V2 = true }
typeCheckingMode = "standard"
[tool.bumpversion]
current_version = "1.10.0"
current_version = "1.10.1"
tag = true
sign_tags = true
tag_name = "{new_version}"