From cf1eadd5ffd4d8f083c3cbe93bd6618c5161498d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 11 Jul 2024 09:25:52 +0200 Subject: [PATCH] Switch to `yt-dlp` to fix `pytube` bug Signed-off-by: Glenn Jocher --- ultralytics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultralytics/__init__.py b/ultralytics/__init__.py index 51f802abbef..9caf612852c 100644 --- a/ultralytics/__init__.py +++ b/ultralytics/__init__.py @@ -1,6 +1,6 @@ # Ultralytics YOLO 🚀, AGPL-3.0 license -__version__ = "8.2.53" +__version__ = "8.2.54" import os