From cbe6fd707356137a773654819958ce9f62080a2a Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Sun, 15 Jan 2023 16:22:39 +0300 Subject: [PATCH] update version (#813) --- sahi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahi/__init__.py b/sahi/__init__.py index 46ce84e8a..de5bcbce1 100644 --- a/sahi/__init__.py +++ b/sahi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.10" +__version__ = "0.11.11" from sahi.annotation import BoundingBox, Category, Mask from sahi.auto_model import AutoDetectionModel