From 239ba4c2140db2909dcc06090823d24397aa5fb9 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Sat, 27 Mar 2021 18:57:19 +0100 Subject: [PATCH] Update Version number --- Rare/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rare/__init__.py b/Rare/__init__.py index 8c5c19b6..5e352dc0 100644 --- a/Rare/__init__.py +++ b/Rare/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.9.8.1" +__version__ = "0.9.8.2" style_path = os.path.join(os.path.dirname(__file__), "Styles/") lang_path = os.path.join(os.path.dirname(__file__), "languages/")