From 787ddc400caf9bd3e327083fba3cef7e97b513be Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 27 May 2026 03:26:30 +0200 Subject: [PATCH] Core: Bump version from 0.6.7 to 0.6.8 (#6114) --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index b32d863cdd..2e57c15aed 100644 --- a/Utils.py +++ b/Utils.py @@ -52,7 +52,7 @@ class Version(typing.NamedTuple): return ".".join(str(item) for item in self) -__version__ = "0.6.7" +__version__ = "0.6.8" version_tuple = tuplize_version(__version__) is_linux = sys.platform.startswith("linux")