🔖 1.8.1

This commit is contained in:
2025-04-27 15:18:25 +08:00
parent 56e06a7001
commit 3f66840cea

View File

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