From 56935cb7d88bc8f5d1b38e101387de4501b1b0f8 Mon Sep 17 00:00:00 2001 From: Ljzd-PRO Date: Fri, 21 Jul 2023 04:36:36 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mys_goods_tool/user_data.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mys_goods_tool/user_data.py b/mys_goods_tool/user_data.py index 6a1d048..3c3453b 100644 --- a/mys_goods_tool/user_data.py +++ b/mys_goods_tool/user_data.py @@ -16,7 +16,7 @@ CONFIG_PATH = ROOT_PATH / "user_data.json" """用户数据文件默认路径""" -VERSION = "2.1.0-dev" +VERSION = "2.1.0" """程序当前版本""" if TYPE_CHECKING: diff --git a/pyproject.toml b/pyproject.toml index bc82c7e..837bc20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mys-goods-tool" -version = "2.1.0-dev" +version = "2.1.0" description = "米游社商品兑换工具|短信验证登录|终端TUI界面" authors = ["Ljzd-PRO "] readme = "README.md"