Skip to content

Commit 2980b4b

Browse files
committed
Updated to version 0.4.2. Use promise package
1 parent 59a314f commit 2980b4b

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.4.1',
27+
version='0.4.2',
2828

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

5656
install_requires=[
5757
'graphql-core>=0.5.0',
58-
'pypromise>=0.4.0'
58+
'promise>=0.4.0'
5959
],
6060
tests_require=['pytest>=2.7.2'],
6161
extras_require={

0 commit comments

Comments
 (0)