diff --git a/Utils.py b/Utils.py index 8ff1834a..53e54090 100644 --- a/Utils.py +++ b/Utils.py @@ -13,7 +13,7 @@ class Version(typing.NamedTuple): build: int -__version__ = "0.1.8" +__version__ = "0.1.9" version_tuple = tuplize_version(__version__) import builtins