Core: increment version
This commit is contained in:
parent
d87c3d5323
commit
50c75e9684
2
Utils.py
2
Utils.py
|
@ -29,7 +29,7 @@ class Version(typing.NamedTuple):
|
||||||
build: int
|
build: int
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.3.2"
|
__version__ = "0.3.3"
|
||||||
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