From a4cb631e5dc57641a55920ba7dadc8514fecb7cf Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 14 Oct 2015 11:38:01 -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 60db1988..ed4a04d3 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='graphene', - version='0.1.5.1', + version='0.1.5.2', description='Graphene: Python DSL for GraphQL', long_description=open('README.rst').read(),