We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a314f commit 2980b4bCopy full SHA for 2980b4b
setup.py
@@ -24,7 +24,7 @@ def run_tests(self):
24
25
setup(
26
name='graphql-relay',
27
- version='0.4.1',
+ version='0.4.2',
28
29
description='Relay implementation for Python',
30
long_description=open('README.rst').read(),
@@ -55,7 +55,7 @@ def run_tests(self):
55
56
install_requires=[
57
'graphql-core>=0.5.0',
58
- 'pypromise>=0.4.0'
+ 'promise>=0.4.0'
59
],
60
tests_require=['pytest>=2.7.2'],
61
extras_require={
0 commit comments