From 026ceaec6c26b9fa4e4955dc353f60d953813600 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Thu, 29 May 2025 04:14:12 +0800 Subject: [PATCH] :bookmark: 1.9.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8aed3c..a7a7210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "nonebot-plugin-tetris-stats" -version = "1.8.3" +version = "1.9.0" description = "一款基于 NoneBot2 的用于查询 Tetris 相关游戏数据的插件" readme = "README.md" authors = [{ name = "shoucandanghehe", email = "wallfjjd@gmail.com" }] @@ -161,7 +161,7 @@ defineConstant = { PYDANTIC_V2 = true } typeCheckingMode = "standard" [tool.bumpversion] -current_version = "1.8.3" +current_version = "1.9.0" tag = true sign_tags = true tag_name = "{new_version}"