Core: update version (#407)
This commit is contained in:
parent
71bd87f293
commit
a080288e3e
2
Utils.py
2
Utils.py
|
@ -25,7 +25,7 @@ class Version(typing.NamedTuple):
|
||||||
build: int
|
build: int
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.3.0"
|
__version__ = "0.3.1"
|
||||||
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