From 14663a950690761b120f73ba3cc4b5d553323c9f Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:57:53 +0300 Subject: [PATCH] update version (#964) --- sahi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahi/__init__.py b/sahi/__init__.py index 901db96e..2cda62dd 100644 --- a/sahi/__init__.py +++ b/sahi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.14" +__version__ = "0.11.15" from sahi.annotation import BoundingBox, Category, Mask from sahi.auto_model import AutoDetectionModel