From 97ffd5e235dd36bd38ed22027d90ce3fcfa3a13b Mon Sep 17 00:00:00 2001 From: Dummerle Date: Sat, 27 Mar 2021 19:00:00 +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 5e352dc0..b9ef77b6 100644 --- a/Rare/__init__.py +++ b/Rare/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.9.8.2" +__version__ = "0.9.8.3" style_path = os.path.join(os.path.dirname(__file__), "Styles/") lang_path = os.path.join(os.path.dirname(__file__), "languages/")