From 9761b9ee929f8b3ccd34abec068104c45b57aed2 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Sat, 20 Mar 2021 18:07:58 +0100 Subject: [PATCH] Cloud Saves bug --- Rare/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rare/__init__.py b/Rare/__init__.py index a0182339..d601532d 100644 --- a/Rare/__init__.py +++ b/Rare/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.9.5.2" +__version__ = "0.9.6" style_path = os.path.join(os.path.dirname(__file__), "Styles/") lang_path = os.path.join(os.path.dirname(__file__), "languages/")