From 867b10bbd2ceebb85fbb91c92df2bd8e09449234 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Thu, 18 Mar 2021 16:01:47 +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 a1bc04b5..a0182339 100644 --- a/Rare/__init__.py +++ b/Rare/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.9.5.1" +__version__ = "0.9.5.2" style_path = os.path.join(os.path.dirname(__file__), "Styles/") lang_path = os.path.join(os.path.dirname(__file__), "languages/")