We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d03438 commit 5b63084Copy full SHA for 5b63084
setup.py
@@ -24,7 +24,7 @@ def run_tests(self):
24
25
setup(
26
name='graphene',
27
- version='0.9b1',
+ version='0.9',
28
29
description='GraphQL Framework for Python',
30
long_description=open('README.rst').read(),
@@ -55,8 +55,8 @@ def run_tests(self):
55
56
install_requires=[
57
'six>=1.10.0',
58
- 'graphql-core==0.5b3',
59
- 'graphql-relay==0.4b1',
+ 'graphql-core>=0.5.0',
+ 'graphql-relay>=0.4.1',
60
'iso8601',
61
],
62
tests_require=[
tox.ini
@@ -8,8 +8,8 @@ deps=
8
django>=1.8.0,<1.9
9
pytest-django
10
graphql-django-view==1.3b1
11
- graphql-core==0.5b3
12
- graphql-relay==0.4b1
+ graphql-core>=0.5.0
+ graphql-relay>=0.4.1
13
six
14
blinker
15
singledispatch
0 commit comments