bump version

This commit is contained in:
Fabian Dill 2022-02-18 17:58:45 +01:00
parent 135ee018a9
commit 731eef8c2f
1 changed files with 1 additions and 1 deletions

View File

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