From b4422bbdb475f689cc46cfc12f037db1e888f521 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 6 Dec 2016 15:05:15 -0500 Subject: [PATCH] 10576: Bump cwltool and schema-salad versions. --- sdk/cwl/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index f894264a36..dd2207d887 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -48,8 +48,8 @@ setup(name='arvados-cwl-runner', # Note that arvados/build/run-build-packages.sh looks at this # file to determine what version of cwltool and schema-salad to build. install_requires=[ - 'cwltool==1.0.20161202203310', - 'schema-salad==1.21.20161202201331', + 'cwltool==1.0.20161206195941', + 'schema-salad==1.21.20161206181442', 'arvados-python-client>=0.1.20160826210445' ], data_files=[ -- 2.30.2