From e8c47d7dfafe033cd267baed9da5813db3dc4c75 Mon Sep 17 00:00:00 2001 From: Kerem Goksel Date: Thu, 2 Aug 2018 16:53:01 -0700 Subject: [PATCH] Move version to 0.2.31 as pypi doesn't let updating a version once it's uploaded --- 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 dba11bde3..ee05836e0 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.30' +CODALAB_VERSION = '0.2.31' class IntegrityError(ValueError): diff --git a/worker/setup.py b/worker/setup.py index 5e0fd5d53..f1a3e3c89 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -14,7 +14,7 @@ def get_requirements(*requirements_file_paths): setup( name='codalabworker', - version='0.2.30', + version='0.2.31', 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.',