X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dfe0ec7bfec3fd72cd40d3962e5c8af08d2413d2..df747077737cbcd62d6cfaedf17b1eaa18c1cbf8:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 4adcac4daf..7751644f51 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -20,7 +20,7 @@ versionfile = os.path.join(SETUP_DIR, "arvados_cwl/_version.py") try: gitinfo = subprocess.check_output( ['git', 'log', '--first-parent', '--max-count=1', - '--format=format:%H', SETUP_DIR]).strip() + '--format=format:%H', gittaggers.choose_version_from()]).strip() with open(versionfile, "w") as f: f.write("__version__ = '%s'\n" % gitinfo) except Exception as e: @@ -48,7 +48,7 @@ setup(name='arvados-cwl-runner', # Make sure to update arvados/build/run-build-packages.sh as well # when updating the cwltool version pin. install_requires=[ - 'cwltool==1.0.20161007181528', + 'cwltool==1.0.20161128202906', 'arvados-python-client>=0.1.20160826210445' ], data_files=[