From 18bea21c96b0728b03ceee1d1385e2b4fdcf4a30 Mon Sep 17 00:00:00 2001 From: Kerem Goksel Date: Mon, 20 Aug 2018 21:13:36 -0700 Subject: [PATCH] Bump version to 0.2.34 --- 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 2b40e387e..f23a762bc 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.33' +CODALAB_VERSION = '0.2.34' class IntegrityError(ValueError): diff --git a/worker/setup.py b/worker/setup.py index c77c0c7eb..980c24e91 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.33', + version='0.2.34', 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',