From 2b3ad7fe489f32c4cf1872945906bacad4028fbb Mon Sep 17 00:00:00 2001 From: Dummerle Date: Thu, 18 Mar 2021 12:47:40 +0100 Subject: [PATCH] Updated version --- Rare/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rare/__init__.py b/Rare/__init__.py index eee6657c..855eb78c 100644 --- a/Rare/__init__.py +++ b/Rare/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.9.4" +__version__ = "0.9.5" style_path = os.path.join(os.path.dirname(__file__), "Styles/") lang_path = os.path.join(os.path.dirname(__file__), "languages/")