From b7f41e8991d7e751a86a5051ee03968f8383146d Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 2 Jan 2021 23:03:48 +0100 Subject: [PATCH] increment version --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index 1967b9d7..0c03b31b 100644 --- a/Utils.py +++ b/Utils.py @@ -13,7 +13,7 @@ class Version(typing.NamedTuple): micro: int -__version__ = "3.5.0" +__version__ = "3.6.0" _version_tuple = tuplize_version(__version__) import os