Skip to content

Commit

Permalink
Bump version to 0.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
bkgoksel committed Dec 16, 2018
1 parent a2cac9c commit 3a119e2
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.38'
CODALAB_VERSION = '0.2.39'


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 @@ -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',
Expand Down

0 comments on commit 3a119e2

Please sign in to comment.