🔖 1.6.2

This commit is contained in:
2024-10-29 00:44:55 +08:00
parent d4e91c8521
commit 08a1a427b4

View File

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