From 6923b6b289b7fa3b8e90c2381bba0eed4c4afbb7 Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Fri, 30 Aug 2019 12:45:01 +0500 Subject: [PATCH] Make new release with python 3 support. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70cc2221..431057c2 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def load_requirements(*requirements_paths): return list(requirements) -VERSION = '1.1.26' +VERSION = '1.1.27' if sys.argv[-1] == 'tag': print("Tagging the version on github:")