From 99e475b75b6869defbb2fbcc381174e918027c8d Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Mon, 23 Feb 2026 01:06:59 +0800 Subject: [PATCH] :bookmark: 1.12.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50f926a..e8d9b6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "nonebot-plugin-tetris-stats" -version = "1.11.0" +version = "1.12.0" description = "一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件" readme = "README.md" authors = [{ name = "shoucandanghehe", email = "wallfjjd@gmail.com" }] @@ -168,7 +168,7 @@ reportImplicitAbstractClass = 'error' enableTypeIgnoreComments = false [tool.bumpversion] -current_version = "1.11.0" +current_version = "1.12.0" tag = true sign_tags = true tag_name = "{new_version}"