From 90773ed4f3713f4777bd1d868c6cef1c8ee40d83 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Wed, 29 Jan 2020 22:08:41 +0200 Subject: [PATCH] dvc: bump to 0.82.5 --- dvc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/version.py b/dvc/version.py index b61c69b182..5af182780f 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -7,7 +7,7 @@ import subprocess -_BASE_VERSION = "0.82.4" +_BASE_VERSION = "0.82.5" def _generate_version(base_version):