diff --git a/roboflow/__init__.py b/roboflow/__init__.py index 3a70d856..4d632501 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.4" +__version__ = "1.3.5" def check_key(api_key, model, notebook, num_retries=0):