Core: bump version to 0.2.1

This commit is contained in:
Fabian Dill 2021-12-01 02:39:52 +01:00
parent 3fa253bac5
commit db56f4a6b7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Version(typing.NamedTuple):
build: int
__version__ = "0.2.0"
__version__ = "0.2.1"
version_tuple = tuplize_version(__version__)
from yaml import load, dump, safe_load