From db5b7e5db9687874f1678134c091dc762c9d5da5 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 1 Aug 2022 23:32:48 +0200 Subject: [PATCH] Core: update version --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index 4d3d6b13..e38b1356 100644 --- a/Utils.py +++ b/Utils.py @@ -30,7 +30,7 @@ class Version(typing.NamedTuple): build: int -__version__ = "0.3.3" +__version__ = "0.3.4" version_tuple = tuplize_version(__version__) is_linux = sys.platform.startswith('linux')