Core: update version

This commit is contained in:
Fabian Dill 2022-03-31 20:14:05 +02:00 committed by Fabian Dill
parent eddc5d6524
commit 70e3c47120
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Version(typing.NamedTuple):
build: int
__version__ = "0.2.6"
__version__ = "0.3.0"
version_tuple = tuplize_version(__version__)
from yaml import load, dump, SafeLoader