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()