Core: increment version

This commit is contained in:
Fabian Dill
2022-01-30 03:45:21 +01:00
parent e5af7d11cc
commit 6210630ce2
3 changed files with 4 additions and 4 deletions

View File

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