From 98c5875668970d6e8131ac3175077de4363c9f89 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Thu, 2 Aug 2018 00:39:45 +0300 Subject: [PATCH] dvc: bump to 0.15.1 --- dvc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__))