diff --git a/src/version/version.py b/src/version/version.py index 678f61f..0b32cb8 100644 --- a/src/version/version.py +++ b/src/version/version.py @@ -3,7 +3,7 @@ YEAR = 2023 AUTHOR = "YaoXuanZhi" APP_NAME = "ScreenPinKit" -VERSION = "2.5" +VERSION = "2.6" 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"