From eee6fc0f108ee58ff126db12e0371586b71b1e38 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 1 Jul 2021 21:18:08 +0200 Subject: [PATCH] increment version --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index f82c9622a4..6e1450c3a5 100644 --- a/Utils.py +++ b/Utils.py @@ -12,7 +12,7 @@ class Version(typing.NamedTuple): minor: int build: int -__version__ = "0.1.3" +__version__ = "0.1.4" version_tuple = tuplize_version(__version__) import builtins