This commit is contained in:
Fabian Dill 2022-01-08 16:12:56 +01:00
parent f656f08f9b
commit aff9114c35
1 changed files with 1 additions and 1 deletions

View File

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