From f3cf03b3748493eaccd6e8a0883493faf80644f1 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 11 May 2020 02:37:09 +0200 Subject: [PATCH] Bump to 2.2.0 --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index 8ad710c1..f9d5ffd7 100644 --- a/Utils.py +++ b/Utils.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "2.1.2" +__version__ = "2.2.0" _version_tuple = tuple(int(piece, 10) for piece in __version__.split(".")) import os