From 7d1a35388ef9a4b8cb8dbf2597a7b8a8ab13ee86 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 29 Mar 2021 16:56:06 +0300 Subject: [PATCH] dvc: bump to 2.0.13 --- dvc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/version.py b/dvc/version.py index b4bbb7c302..3e5ea0b536 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -6,7 +6,7 @@ import os import subprocess -_BASE_VERSION = "2.0.12" +_BASE_VERSION = "2.0.13" def _generate_version(base_version):