From 058e72b52b3b9dd199061a18c68ce1051b425300 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:19:42 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20Version=20:=203?= =?UTF-8?q?.0.1=20->=203.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-python/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-python/config.py b/src-python/config.py index ca9a360b..6b8433d1 100644 --- a/src-python/config.py +++ b/src-python/config.py @@ -933,7 +933,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "3.0.1" + self._VERSION = "3.0.2" if getattr(sys, 'frozen', False): self._PATH_LOCAL = os_path.dirname(sys.executable) else: