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