From 06754936dc04ce8645c27a4ea56e39aec1ff13f5 Mon Sep 17 00:00:00 2001 From: PacificDou Date: Thu, 3 Apr 2025 15:33:22 +0000 Subject: [PATCH] bump version to 1.1.59 --- roboflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboflow/__init__.py b/roboflow/__init__.py index ce9289d5..ad24004d 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.58" +__version__ = "1.1.59" def check_key(api_key, model, notebook, num_retries=0):