From 5f322f8bca57c9671900ff7d78fef73f28b24083 Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Tue, 19 Sep 2023 00:03:21 +0000 Subject: [PATCH] dvc 3.22.0 --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index 80d24eb..b768986 100644 --- a/download.py +++ b/download.py @@ -5,7 +5,7 @@ import shutil -VERSION = "3.21.1" +VERSION = "3.22.0" URL = "https://github.com/iterative/dvc" path = pathlib.Path(__file__).parent.absolute()