From b653d690b4f730b77d43869cbc3231f15e3970c6 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Thu, 25 Mar 2021 22:59:12 +0100 Subject: [PATCH] Fixed Launch bug --- Rare/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rare/__init__.py b/Rare/__init__.py index 14844ae2..491bd706 100644 --- a/Rare/__init__.py +++ b/Rare/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.9.7.1" +__version__ = "0.9.7.2" style_path = os.path.join(os.path.dirname(__file__), "Styles/") lang_path = os.path.join(os.path.dirname(__file__), "languages/")