Skip to content

Commit

Permalink
Move version to 0.2.31 as pypi doesn't let updating a version once it…
Browse files Browse the repository at this point in the history
…'s uploaded
  • Loading branch information
bkgoksel committed Aug 2, 2018
1 parent 23f0e81 commit e8c47d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codalab/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit e8c47d7

Please sign in to comment.