bump version
This commit is contained in:
parent
135ee018a9
commit
731eef8c2f
2
Utils.py
2
Utils.py
|
@ -24,7 +24,7 @@ class Version(typing.NamedTuple):
|
||||||
build: int
|
build: int
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.2.4"
|
__version__ = "0.2.5"
|
||||||
version_tuple = tuplize_version(__version__)
|
version_tuple = tuplize_version(__version__)
|
||||||
|
|
||||||
from yaml import load, dump, SafeLoader
|
from yaml import load, dump, SafeLoader
|
||||||
|
|
Loading…
Reference in New Issue