Core: update version to 0.4.0
This commit is contained in:
parent
30cfd3186c
commit
8971340a66
2
Utils.py
2
Utils.py
|
@ -39,7 +39,7 @@ class Version(typing.NamedTuple):
|
||||||
build: int
|
build: int
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.3.9"
|
__version__ = "0.4.0"
|
||||||
version_tuple = tuplize_version(__version__)
|
version_tuple = tuplize_version(__version__)
|
||||||
|
|
||||||
is_linux = sys.platform.startswith("linux")
|
is_linux = sys.platform.startswith("linux")
|
||||||
|
|
Loading…
Reference in New Issue