From 6fe2750c6bad55a54cc26fb74b3b70343d9ab97a Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 29 Oct 2015 23:48:57 -0700 Subject: [PATCH] Updated graphene version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 645d4b0f..924c4092 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='graphene', - version='0.1.6.1', + version='0.3.0', description='Graphene: Python DSL for GraphQL', long_description=open('README.rst').read(),