Core: update version to 0.4.0

This commit is contained in:
Fabian Dill 2023-03-31 14:43:05 +02:00
parent 30cfd3186c
commit 8971340a66
1 changed files with 1 additions and 1 deletions

View File

@ -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")