From 3a119e22ff92538abf090279ff4f310c920c2bca Mon Sep 17 00:00:00 2001 From: Kerem Goksel Date: Sun, 16 Dec 2018 14:36:27 +0300 Subject: [PATCH] Bump version to 0.2.39 --- codalab/common.py | 2 +- worker/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codalab/common.py b/codalab/common.py index 2dec8aaa2..775ffd4c5 100644 --- a/codalab/common.py +++ b/codalab/common.py @@ -8,7 +8,7 @@ # Increment this on the develop branch when develop is merged into master. # http://semver.org/ -CODALAB_VERSION = '0.2.38' +CODALAB_VERSION = '0.2.39' class IntegrityError(ValueError): diff --git a/worker/setup.py b/worker/setup.py index 31286f4f7..7ff23c7d4 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -17,7 +17,7 @@ def get_requirements(*requirements_file_paths): setup( name='codalabworker', - version='0.2.38', + version='0.2.39', description='Worker for CodaLab, a platform for reproducible computation', long_description='To use your own hardware in CodaLab Worksheets, visit https://github.com/codalab/codalab-worksheets/wiki/Execution#running-your-own-worker. You can find the code at https://github.com/codalab/codalab-cli.', url='https://github.com/codalab/codalab-cli',