From 95f53a1b97568ca1698beec2b56d98ea0c47ea29 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Thu, 19 Jul 2018 12:43:28 +0300 Subject: [PATCH] dvc: bump to 0.14.0 --- dvc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/__init__.py b/dvc/__init__.py index e71794f45d..557fb20af0 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -5,7 +5,7 @@ """ import os -VERSION_BASE = '0.13.0' +VERSION_BASE = '0.14.0' __version__ = VERSION_BASE PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))