diff --git a/dvc/__init__.py b/dvc/__init__.py index 431f8820bf..df6ad2da8b 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -5,7 +5,7 @@ """ import os -VERSION_BASE = '0.15.0' +VERSION_BASE = '0.15.1' __version__ = VERSION_BASE PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))