From 6c7cb4040798fc0d6d76f38c2af3e5d157198a1a Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 19 Nov 2015 20:14:49 -0800 Subject: [PATCH] Updated version with bugfixes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97657e41..100e2321 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='graphene', - version='0.4.1', + version='0.4.1.1', description='Graphene: Python DSL for GraphQL', long_description=open('README.rst').read(),