Skip to content

Commit a7dedce

Browse files
committed
Updated version and graphql-core to stable version
1 parent b35f068 commit a7dedce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22

3-
required_packages = ['graphql-core>=0.4.7b2', 'django>=1.8.0']
3+
required_packages = ['graphql-core>=0.4.9', 'django>=1.8.0']
44

55
setup(
66
name='graphql-django-view',
7-
version='1.0.1',
7+
version='1.1.0',
88
description='A django view that will execute a GraphQL Schema',
99
url='https://github.com/graphql-python/graphql-django-view',
1010
download_url='https://github.com/graphql-python/graphql-django-view/releases',
@@ -29,4 +29,4 @@
2929
packages=find_packages(exclude=['tests']),
3030
install_requires=required_packages,
3131
tests_require=['pytest>=2.7.3'],
32-
)
32+
)

0 commit comments

Comments
 (0)