diff --git a/Utils.py b/Utils.py index 88878a9f..7b9bb9bd 100644 --- a/Utils.py +++ b/Utils.py @@ -13,7 +13,7 @@ class Version(typing.NamedTuple): build: int -__version__ = "0.1.5" +__version__ = "0.1.6" version_tuple = tuplize_version(__version__) import builtins