From 77bc27799b683bb2d77254b0911b1449989ac211 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Tue, 5 Jan 2021 11:05:09 +0200 Subject: [PATCH] dvc: bump to 1.11.10 --- dvc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/version.py b/dvc/version.py index 6cd794786c..d075efa138 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -6,7 +6,7 @@ import os import subprocess -_BASE_VERSION = "1.11.9" +_BASE_VERSION = "1.11.10" def _generate_version(base_version):