From b750b02b444e7867498432228f1338aa01eecad9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:04:31 +0100 Subject: [PATCH] dvc 3.58.0 (#244) Co-authored-by: Olivaw[bot] --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index 40d231b..cc9b57d 100644 --- a/download.py +++ b/download.py @@ -3,7 +3,7 @@ import git -VERSION = "3.57.0" +VERSION = "3.58.0" URL = "https://github.com/iterative/dvc" path = pathlib.Path(__file__).parent.absolute()