🔖 1.8.2

This commit is contained in:
2025-04-28 04:09:04 +08:00
parent 8b7de6745b
commit 243a8a286d

View File

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