diff --git a/frontend/src/constants.js b/frontend/src/constants.js index 8e78eaf3b..e1c7899a6 100644 --- a/frontend/src/constants.js +++ b/frontend/src/constants.js @@ -1 +1 @@ -export const CODALAB_VERSION = '0.3.0'; +export const CODALAB_VERSION = '0.3.1'; diff --git a/setup.py b/setup.py index cbc8bec62..bd0c22b27 100644 --- a/setup.py +++ b/setup.py @@ -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( diff --git a/worker/setup.py b/worker/setup.py index fda8a6851..3c9c6a988 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -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',