From 8971340a66bb43bf33f0fce29050f2bd1b57e8cd Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 31 Mar 2023 14:43:05 +0200 Subject: [PATCH] Core: update version to 0.4.0 --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index f1db35635bc0..60b3904ff662 100644 --- a/Utils.py +++ b/Utils.py @@ -39,7 +39,7 @@ class Version(typing.NamedTuple): build: int -__version__ = "0.3.9" +__version__ = "0.4.0" version_tuple = tuplize_version(__version__) is_linux = sys.platform.startswith("linux")