From c07498d80de5a2788e7a69b5b36fa75bf2a853e8 Mon Sep 17 00:00:00 2001 From: Peter Robicheaux Date: Fri, 8 Mar 2024 15:59:37 -0800 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 41a95af4..df66f481 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.22" +__version__ = "1.1.23" def check_key(api_key, model, notebook, num_retries=0):