Skip to content

Commit

Permalink
Bump version to 0.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
bkgoksel committed Aug 7, 2018
1 parent d0e6554 commit 1c68a4d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:16.04
MAINTAINER Fabian Chan <[email protected]>
MAINTAINER CodaLab Worksheets <[email protected]>

ENV DEBIAN_FRONTEND noninteractive

Expand Down
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.31'
CODALAB_VERSION = '0.2.32'


class IntegrityError(ValueError):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def get_requirements(*requirements_file_paths):
requirements = ['codalabworker>=0.2.31']
requirements = ['codalabworker>=0.2.32']
for requirements_file_path in requirements_file_paths:
with open(requirements_file_path) as requirements_file:
for line in requirements_file:
Expand Down
5 changes: 2 additions & 3 deletions worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ def get_requirements(*requirements_file_paths):

setup(
name='codalabworker',
version='0.2.31',
version='0.2.32',
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.',
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',
author='CodaLab',
author_email='[email protected]',
Expand Down

0 comments on commit 1c68a4d

Please sign in to comment.