From 1ee45c0996988e91d372450d1a34822ea8d2f312 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 03:41:18 +0200 Subject: [PATCH] dvc 3.32.0 (#201) Co-authored-by: efiop --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index 7327392..a18aadb 100644 --- a/download.py +++ b/download.py @@ -4,7 +4,7 @@ import git -VERSION = "3.31.2" +VERSION = "3.32.0" URL = "https://github.com/iterative/dvc" path = pathlib.Path(__file__).parent.absolute()