From 7951dae760072ef599f1aadb947b0d067765d7ff Mon Sep 17 00:00:00 2001 From: Robofish <1683502971@qq.com> Date: Sat, 26 Jul 2025 01:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/about_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/about_interface.py b/app/about_interface.py index 463d0b2..5ca3fc5 100644 --- a/app/about_interface.py +++ b/app/about_interface.py @@ -8,7 +8,7 @@ from qfluentwidgets import InfoBar, InfoBarPosition, SubtitleLabel from .function_fit_interface import FunctionFitInterface from app.tools.check_update import check_update -__version__ = "1.0.0" +__version__ = "1.0.2" class AboutInterface(QWidget): def __init__(self, parent=None):