From d99e04daa1290c226a3fae825401361b17ce164c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 14 Feb 2023 20:02:40 +0400 Subject: [PATCH] `ultralytics 8.0.38` (#977) --- ultralytics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultralytics/__init__.py b/ultralytics/__init__.py index aa17b43..e368ad0 100644 --- a/ultralytics/__init__.py +++ b/ultralytics/__init__.py @@ -1,6 +1,6 @@ # Ultralytics YOLO 🚀, GPL-3.0 license -__version__ = "8.0.37" +__version__ = "8.0.38" from ultralytics.yolo.engine.model import YOLO from ultralytics.yolo.utils.checks import check_yolo as checks