Updated version to 0.5.0

This commit is contained in:
Syrus Akbary 2015-12-10 22:27:56 -08:00
parent 930f084912
commit e27af63f3a

View File

@ -24,9 +24,9 @@ class PyTest(TestCommand):
setup( setup(
name='graphene', 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(), long_description=open('README.rst').read(),
url='https://github.com/graphql-python/graphene', url='https://github.com/graphql-python/graphene',