diff --git a/download.py b/download.py index d56a4a2..6b64db7 100644 --- a/download.py +++ b/download.py @@ -3,7 +3,7 @@ import git -VERSION = "3.54.0" +VERSION = "3.54.1" URL = "https://github.com/iterative/dvc" path = pathlib.Path(__file__).parent.absolute()