Core: 0.6.4 (#5314)

This commit is contained in:
Fabian Dill
2025-08-15 11:44:24 +02:00
committed by GitHub
parent 0020e6c3d3
commit 5110676c76

View File

@@ -47,7 +47,7 @@ class Version(typing.NamedTuple):
return ".".join(str(item) for item in self)
__version__ = "0.6.3"
__version__ = "0.6.4"
version_tuple = tuplize_version(__version__)
is_linux = sys.platform.startswith("linux")