Skip to content

Commit

Permalink
BUmp version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkgoksel committed Mar 19, 2019
1 parent a568aaa commit 62595f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CODALAB_VERSION = '0.3.0';
export const CODALAB_VERSION = '0.3.1';
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import setuptools

# should match codalab/common.py#CODALAB_VERSION
CODALAB_VERSION = "0.3.0"
CODALAB_VERSION = "0.3.1"

if int(setuptools.__version__.split('.')[0]) < 25:
print(
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.3.0',
version='0.3.1',
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-worksheets.',
url='https://github.com/codalab/codalab-worksheets',
Expand Down

0 comments on commit 62595f7

Please sign in to comment.