From 8cd22ef93ffc1f3dbdb3f04f704e2d1ef5b61eac Mon Sep 17 00:00:00 2001 From: SolomonLake Date: Wed, 2 Oct 2024 13:18:09 -0500 Subject: [PATCH] Bump package version --- roboflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboflow/__init__.py b/roboflow/__init__.py index 58be121a..76713108 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.46" +__version__ = "1.1.47" def check_key(api_key, model, notebook, num_retries=0):