From 9c908cbe02efa8b9d53a61f2684e368b7645b917 Mon Sep 17 00:00:00 2001 From: coreGreenberet Date: Wed, 23 May 2018 19:45:29 +0200 Subject: [PATCH] updating version to support the new cloud --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0915ad3c..09d0a861 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys import io -VERSION = '0.9.3.3' +VERSION = '0.9.4' here = os.path.abspath(os.path.dirname(__file__)) with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = '\n' + f.read()