From e27af63f3a4bd28ae72478778fde75e463882def Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 10 Dec 2015 22:27:56 -0800 Subject: [PATCH] Updated version to 0.5.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7ef809ed..b7a3e7c5 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,9 @@ class PyTest(TestCommand): setup( name='graphene', - version='0.4.3', + version='0.5.0', - description='Graphene: Python DSL for GraphQL', + description='GraphQL Framework for Python', long_description=open('README.rst').read(), url='https://github.com/graphql-python/graphene',