diff --git a/setup.py b/setup.py index 58d31ea03..8c09898b6 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -version = '0.11' +version = '0.11.1' py_major_version, py_minor_version, _ = (int(v) for v in platform.python_version_tuple()) requires = ['flask', 'PyYAML', 'requests', 'six', 'strict-rfc3339']