From 69b85e8127927a204f7ae3b0fb2d134bed101eec Mon Sep 17 00:00:00 2001 From: Faraphel Date: Sat, 4 Nov 2023 20:21:07 +0100 Subject: [PATCH] updated version --- source/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/__init__.py b/source/__init__.py index 9166bda..d194100 100644 --- a/source/__init__.py +++ b/source/__init__.py @@ -1,7 +1,7 @@ import os # metadata -__version__ = (0, 12, 0) +__version__ = (0, 12, 1) __author__ = 'Faraphel'