From 352dc7e5afd90d103e032a67f2b6752567cd7e96 Mon Sep 17 00:00:00 2001 From: Riaz Virani Date: Wed, 15 Apr 2026 14:22:24 -0400 Subject: [PATCH] Bump version to 1.3.3 Co-Authored-By: Claude Opus 4.6 (1M context) --- roboflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboflow/__init__.py b/roboflow/__init__.py index e1ac7f11..be59a73f 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.2" +__version__ = "1.3.3" def check_key(api_key, model, notebook, num_retries=0):