From 1711e6a52907b3061f1faeca8ac629c985e28acf Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 31 May 2016 22:15:01 -0700 Subject: [PATCH] Updated version to 0.10.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d8c88c7..b5862d8f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='graphene', - version='0.10.1', + version='0.10.2', description='GraphQL Framework for Python', long_description=open('README.rst').read(),