From d1a7619884a0ff09f5107658f80afb33f19d0a66 Mon Sep 17 00:00:00 2001 From: Julius Mittenzwei Date: Thu, 17 Sep 2020 14:50:45 +0200 Subject: [PATCH] Bumped version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5607e5a4..b392a957 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PKG_ROOT = os.path.dirname(__file__) -VERSION = "0.2.16" +VERSION = "0.2.17" def get_long_description():