diff --git a/codalab/common.py b/codalab/common.py index c01fdf2a9..1130cdb0e 100644 --- a/codalab/common.py +++ b/codalab/common.py @@ -8,7 +8,7 @@ # Increment this on the develop branch when develop is merged into master. # http://semver.org/ -CODALAB_VERSION = '0.2.25' +CODALAB_VERSION = '0.2.26' class IntegrityError(ValueError): """