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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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