Core: update versions (#2186)

This commit is contained in:
Fabian Dill
2023-09-16 19:23:22 +02:00
committed by GitHub
parent 9312f14ffb
commit 0e7c7bd1bf
3 changed files with 6 additions and 5 deletions

View File

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