From 2f1c633e30554d094f88d8f51c81a14b71d884e1 Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:44:47 +0100 Subject: [PATCH] bump version --- roboflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboflow/__init__.py b/roboflow/__init__.py index ca54d67b..2c886056 100644 --- a/roboflow/__init__.py +++ b/roboflow/__init__.py @@ -14,7 +14,7 @@ from roboflow.models import CLIPModel, GazeModel # noqa: F401 from roboflow.util.general import write_line -__version__ = "1.1.32" +__version__ = "1.1.33" def check_key(api_key, model, notebook, num_retries=0):