From 61d5556beb74ceb2055d93c9066f37378fd3b79a Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Sat, 10 Oct 2015 00:22: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 a686f03d..6395c82b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='graphene', - version='0.1.3', + version='0.1.4', description='Graphene: Python DSL for GraphQL', long_description=open('README.rst').read(),