🔖 1.7.0

This commit is contained in:
2024-12-19 05:26:15 +08:00
parent f56f993c69
commit c4bde71546

View File

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