From 1697a51555b2b8175ea5909443228de2ba016110 Mon Sep 17 00:00:00 2001 From: Robofish <1683502971@qq.com> Date: Mon, 18 Aug 2025 03:31:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= 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 30b85e6..77cc348 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.3" +__version__ = "1.0.4" class AboutInterface(QWidget): def __init__(self, parent=None):