From 398088a0c496937f0f3fe3d8dc04c8d163767723 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Fri, 13 May 2016 13:45:22 -0700 Subject: [PATCH] Updated version to 0.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a23489d9..e5c53354 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='graphene', - version='0.9', + version='0.9.1', description='GraphQL Framework for Python', long_description=open('README.rst').read(),