From d5c015ff632c127b1c744f165ecce5ca716b7983 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 6 Jul 2018 04:56:30 +0300 Subject: [PATCH] dvc: bump to 0.10.0 --- dvc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/__init__.py b/dvc/__init__.py index 89359c08bb..64a8905f85 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -5,7 +5,7 @@ """ import os -VERSION_BASE = '0.9.7' +VERSION_BASE = '0.10.0' __version__ = VERSION_BASE PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))