From 606e5bd4602440394471267a3e28f86927d899d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:07:18 +0545 Subject: [PATCH] dvc 3.56.0 (#238) Co-authored-by: Olivaw[bot] --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index 8c320ea..164aac4 100644 --- a/download.py +++ b/download.py @@ -3,7 +3,7 @@ import git -VERSION = "3.55.2" +VERSION = "3.56.0" URL = "https://github.com/iterative/dvc" path = pathlib.Path(__file__).parent.absolute()