From f5c35438cef7e723e091d2c75324d821738eb9ba Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 26 Apr 2024 17:54:00 +0200 Subject: [PATCH] `ultralytics 8.2.3` RF100 benchmarking (#10354) --- ultralytics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultralytics/__init__.py b/ultralytics/__init__.py index 044a3045e1..948ebd923b 100644 --- a/ultralytics/__init__.py +++ b/ultralytics/__init__.py @@ -1,6 +1,6 @@ # Ultralytics YOLO 🚀, AGPL-3.0 license -__version__ = "8.2.2" +__version__ = "8.2.3" from ultralytics.data.explorer.explorer import Explorer from ultralytics.models import RTDETR, SAM, YOLO, YOLOWorld