From 4f6967a017714a3d6a66dffa51fc2ba9fbc9e807 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 3 Sep 2018 00:21:23 +0300 Subject: [PATCH] dvc: bump to 0.18.11 --- dvc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/__init__.py b/dvc/__init__.py index 0eabf7a357..f7559c7fd2 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -7,7 +7,7 @@ import warnings -VERSION_BASE = '0.18.10' +VERSION_BASE = '0.18.11' __version__ = VERSION_BASE PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))