Core: update version
This commit is contained in:
parent
7c808bb03b
commit
db5b7e5db9
2
Utils.py
2
Utils.py
|
@ -30,7 +30,7 @@ class Version(typing.NamedTuple):
|
||||||
build: int
|
build: int
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.3.3"
|
__version__ = "0.3.4"
|
||||||
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