From cc86ec09d43133061fc26d848a5608b2079c4c6d Mon Sep 17 00:00:00 2001 From: Riaz Virani Date: Tue, 5 May 2026 10:52:18 -0400 Subject: [PATCH] bump version to 1.3.8 Co-Authored-By: Claude Opus 4.7 (1M context) --- roboflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboflow/__init__.py b/roboflow/__init__.py index cb6c78d3..edec623a 100644 --- a/roboflow/__init__.py +++ b/roboflow/__init__.py @@ -21,7 +21,7 @@ CLIPModel = None # type: ignore[assignment,misc] GazeModel = None # type: ignore[assignment,misc] -__version__ = "1.3.7" +__version__ = "1.3.8" def check_key(api_key, model, notebook, num_retries=0):