Skip to content

Commit 8d20d40

Browse files
committed
Do not require specific version of graphql-core in package
1 parent ccc7f30 commit 8d20d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run_tests(self):
2424

2525
setup(
2626
name='graphql-relay',
27-
version='0.1.3',
27+
version='0.1.4',
2828

2929
description='Relay implementation for Python',
3030
long_description=open('README.rst').read(),
@@ -54,7 +54,7 @@ def run_tests(self):
5454
packages=find_packages(exclude=['tests']),
5555

5656
install_requires=[
57-
'graphql-core==0.1a0'
57+
'graphql-core'
5858
],
5959
tests_require=['pytest>=2.7.2'],
6060
extras_require={

0 commit comments

Comments
 (0)