From 34da7566549092bc952a6ac89ed73945144ceca9 Mon Sep 17 00:00:00 2001 From: Y-RyuZU Date: Sat, 27 Jul 2024 02:17:59 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20windows=E3=81=AEDockerfile=E3=81=AE?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=99?= =?UTF-8?q?=E3=82=8BPython=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=81=8C=E5=8F=A4=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.py b/src/init.py index c7a5403..3ba2577 100644 --- a/src/init.py +++ b/src/init.py @@ -10,4 +10,4 @@ USER = 'Y-RyuZU' REPO = 'MinecraftModsLocalizer' -VERSION = 'v2.0.1' +VERSION = 'v2.0.2'