Skip to content

Commit

Permalink
Bump version to 0.2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
bkgoksel committed Aug 21, 2018
1 parent 609eefe commit 18bea21
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.33'
CODALAB_VERSION = '0.2.34'


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

0 comments on commit 18bea21

Please sign in to comment.