Core: update version
This commit is contained in:
parent
eddc5d6524
commit
70e3c47120
2
Utils.py
2
Utils.py
|
@ -25,7 +25,7 @@ class Version(typing.NamedTuple):
|
||||||
build: int
|
build: int
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.2.6"
|
__version__ = "0.3.0"
|
||||||
version_tuple = tuplize_version(__version__)
|
version_tuple = tuplize_version(__version__)
|
||||||
|
|
||||||
from yaml import load, dump, SafeLoader
|
from yaml import load, dump, SafeLoader
|
||||||
|
|
Loading…
Reference in New Issue