From e129df626693c2b18150ee45124e93edbd14b0cf Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 8 Jul 2016 14:09:59 -0400 Subject: [PATCH] bump schema-salad requirement version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39953ff21..071a9b77f 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ 'rdflib >= 4.1.0', 'rdflib-jsonld >= 0.3.0', 'shellescape', - 'schema-salad==1.14.20160707164023', + 'schema-salad==1.14.20160708181155', 'typing' ], test_suite='tests',