Skip to content

Commit 5b63084

Browse files
committed
Updated graphene version to 0.9
1 parent 0d03438 commit 5b63084

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run_tests(self):
2424

2525
setup(
2626
name='graphene',
27-
version='0.9b1',
27+
version='0.9',
2828

2929
description='GraphQL Framework for Python',
3030
long_description=open('README.rst').read(),
@@ -55,8 +55,8 @@ def run_tests(self):
5555

5656
install_requires=[
5757
'six>=1.10.0',
58-
'graphql-core==0.5b3',
59-
'graphql-relay==0.4b1',
58+
'graphql-core>=0.5.0',
59+
'graphql-relay>=0.4.1',
6060
'iso8601',
6161
],
6262
tests_require=[

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ deps=
88
django>=1.8.0,<1.9
99
pytest-django
1010
graphql-django-view==1.3b1
11-
graphql-core==0.5b3
12-
graphql-relay==0.4b1
11+
graphql-core>=0.5.0
12+
graphql-relay>=0.4.1
1313
six
1414
blinker
1515
singledispatch

0 commit comments

Comments
 (0)