Core: update version (#407)

This commit is contained in:
Fabian Dill
2022-04-04 01:39:01 +02:00
committed by GitHub
parent 71bd87f293
commit a080288e3e

View File

@@ -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