From 430b9bbdc0eddda75756cafca2eb8fdc2e698e24 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Sun, 19 Jan 2020 20:04:41 +0200 Subject: [PATCH] dvc: bump to 0.82.0 --- dvc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/version.py b/dvc/version.py index a24e36253d..0367b16a98 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -7,7 +7,7 @@ import subprocess -_BASE_VERSION = "0.81.3" +_BASE_VERSION = "0.82.0" def _generate_version(base_version):