From 7ba0dc9997d77d3df6ec93d1b3a20e1c02a81e47 Mon Sep 17 00:00:00 2001 From: yaoxuanzhi Date: Tue, 15 Oct 2024 23:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/version/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version/version.py b/src/version/version.py index c5c6c16..f813d68 100644 --- a/src/version/version.py +++ b/src/version/version.py @@ -3,7 +3,7 @@ YEAR = 2023 AUTHOR = "YaoXuanZhi" APP_NAME = "ScreenPinKit" -VERSION = "1.1" +VERSION = "2.0" HELP_URL = "https://pyqt-fluent-widgets.readthedocs.io" FEEDBACK_URL = "https://github.com/YaoXuanZhi/ScreenPinKit/issues" RELEASE_URL = "https://github.com/YaoXuanZhi/ScreenPinKit/releases/latest" \ No newline at end of file