From 7a1893aadde55384670c440e1351953986ff4281 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Fri, 18 Sep 2015 16:22:31 +0200 Subject: [PATCH] Bumped version to 0.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c08b93ae8..be108c5ef 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.9.4' +version = '0.10' py_major_version, py_minor_version, _ = (int(v) for v in platform.python_version_tuple()) requires = ['flask', 'PyYAML', 'requests', 'six', 'strict-rfc3339']