From c4bde71546fd756c857f4acc730a19f86ca783e5 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Thu, 19 Dec 2024 05:26:15 +0800 Subject: [PATCH] :bookmark: 1.7.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af8f9b3..a061647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}"