From aa309a5a21d8ec3b65ea0fcdc3c63b150d25eb8e Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:40:38 +0100 Subject: [PATCH] set version to 1.1.31 --- roboflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboflow/__init__.py b/roboflow/__init__.py index 85dac634..833aaad8 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.30" +__version__ = "1.1.31" def check_key(api_key, model, notebook, num_retries=0):