From f232f74246037502b4c319ff2b482c03733952bd Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 27 Jul 2021 14:57:44 +0200 Subject: [PATCH] Version: 0.1.6 start --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index 88878a9f..7b9bb9bd 100644 --- a/Utils.py +++ b/Utils.py @@ -13,7 +13,7 @@ class Version(typing.NamedTuple): build: int -__version__ = "0.1.5" +__version__ = "0.1.6" version_tuple = tuplize_version(__version__) import builtins