From 6dba652b25c569934539745cc10391b4c8a11c69 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 17 Feb 2020 20:30:51 +0200 Subject: [PATCH] dvc: bump to 0.86.2 --- dvc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/version.py b/dvc/version.py index 27637c84f7..479a8001f7 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -7,7 +7,7 @@ import subprocess -_BASE_VERSION = "0.86.1" +_BASE_VERSION = "0.86.2" def _generate_version(base_version):