Skip to content

Commit

Permalink
bumping version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yipenghe committed Oct 11, 2019
1 parent 27262f2 commit fa659ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 master when ready to cut a release.
# http://semver.org/
CODALAB_VERSION = '0.4.3'
CODALAB_VERSION = '0.4.4'


class IntegrityError(ValueError):
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Should match codalab/common.py#CODALAB_VERSION
export const CODALAB_VERSION = '0.4.3';
export const CODALAB_VERSION = '0.4.4';
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.4.3"
CODALAB_VERSION = "0.4.4"

if int(setuptools.__version__.split('.')[0]) < 25:
print(
Expand Down

0 comments on commit fa659ae

Please sign in to comment.