From 731eef8c2f64b3a51256c82656e049a14c2460b7 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 18 Feb 2022 17:58:45 +0100 Subject: [PATCH] bump version --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index 3af55a6a..b74e4d69 100644 --- a/Utils.py +++ b/Utils.py @@ -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