From 274f30f82aeebe35914cf264b53de9aa89878119 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Sun, 27 Oct 2024 21:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 71ddedc..5f17390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-tetris-stats" -version = "1.5.5" +version = "1.6.0" 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.5.5" +current_version = "1.6.0" tag = true sign_tags = true tag_name = "{new_version}"