From d3f21d9dcf264fa4eb4fbe4ecd65bb652926bbe7 Mon Sep 17 00:00:00 2001 From: Rodrigo Barbosa Date: Thu, 7 May 2026 13:27:07 -0400 Subject: [PATCH] bump version to 1.3.9 --- roboflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboflow/__init__.py b/roboflow/__init__.py index edec623a..79822649 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.8" +__version__ = "1.3.9" def check_key(api_key, model, notebook, num_retries=0):