From 4087b020dbac200afa04586650157bf588870053 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Sat, 15 Feb 2020 01:14:37 +0200 Subject: [PATCH] dvc: bump to 0.85.0 --- dvc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/version.py b/dvc/version.py index fd366ff62e..3c6d647791 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -7,7 +7,7 @@ import subprocess -_BASE_VERSION = "0.84.0" +_BASE_VERSION = "0.85.0" def _generate_version(base_version):