From da5c43b3a71d2a5f1f30e28fcc8b171e3e776a74 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Sat, 27 Mar 2021 17:55:12 +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 491bd706..aeb56677 100644 --- a/Rare/__init__.py +++ b/Rare/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.9.7.2" +__version__ = "0.9.8" style_path = os.path.join(os.path.dirname(__file__), "Styles/") lang_path = os.path.join(os.path.dirname(__file__), "languages/")