diff --git a/dvc/version.py b/dvc/version.py index 6aa929ef79..f74e1863d4 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -7,7 +7,7 @@ import subprocess -_BASE_VERSION = "0.41.0" +_BASE_VERSION = "0.41.1" def _generate_version(base_version):