From ded9e7a212e0a3a7baafa6a21a3d39de4f75bbbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:49:00 +0200 Subject: [PATCH] dvc 3.28.0 (#165) Co-authored-by: Olivaw[bot] --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index a43087b..0efe7e5 100644 --- a/download.py +++ b/download.py @@ -5,7 +5,7 @@ import shutil -VERSION = "3.27.1" +VERSION = "3.28.0" URL = "https://github.com/iterative/dvc" path = pathlib.Path(__file__).parent.absolute()