Merge branch 'refs/heads/master' into features/django-debug-optimize

This commit is contained in:
Syrus Akbary 2015-12-10 22:39:24 -08:00
commit b331d6ba41

View File

@ -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',