From 93ef937fc236a71c80ed091ffb8ac920a80f3bef Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 24 Aug 2018 15:54:04 +0300 Subject: [PATCH] dvc: bump to 0.18.3 --- dvc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/__init__.py b/dvc/__init__.py index 5b57ff5faa..5e687e89d7 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -7,7 +7,7 @@ import warnings -VERSION_BASE = '0.18.2' +VERSION_BASE = '0.18.3' __version__ = VERSION_BASE PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))