diff --git a/dvc/__init__.py b/dvc/__init__.py index 4b1ecdb0ed..6361118bba 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -7,7 +7,7 @@ import warnings -VERSION_BASE = '0.18.5' +VERSION_BASE = '0.18.6' __version__ = VERSION_BASE PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))