diff --git a/dvc/__init__.py b/dvc/__init__.py index e71794f45d..557fb20af0 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -5,7 +5,7 @@ """ import os -VERSION_BASE = '0.13.0' +VERSION_BASE = '0.14.0' __version__ = VERSION_BASE PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))