From 2099a94d67be1a23de990179185d7940a4f42b54 Mon Sep 17 00:00:00 2001 From: PacificDou Date: Wed, 21 Aug 2024 16:40:07 +0000 Subject: [PATCH] bump version to 1.1.41 --- roboflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboflow/__init__.py b/roboflow/__init__.py index 858ce141..ca24f3ca 100644 --- a/roboflow/__init__.py +++ b/roboflow/__init__.py @@ -15,7 +15,7 @@ from roboflow.models import CLIPModel, GazeModel # noqa: F401 from roboflow.util.general import write_line -__version__ = "1.1.40" +__version__ = "1.1.41" def check_key(api_key, model, notebook, num_retries=0):