From c88e933e9e63bea8c20baac4ed9257ecfcbfa1c6 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Sat, 18 Jun 2016 14:31:33 -0700 Subject: [PATCH] Update graphql_relay to last version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bcc578ed..53b20930 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( install_requires=[ 'six>=1.10.0', 'graphql-core>=0.5.1', - 'graphql-relay>=0.4.3', + 'graphql-relay>=0.4.4', 'iso8601', ], tests_require=[