From 26e2beeba826568f3132ccee2cdab051b42aeca4 Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Tue, 7 Mar 2023 17:34:36 +0300 Subject: [PATCH] update minor version (#842) --- sahi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahi/__init__.py b/sahi/__init__.py index de5bcbce1..ee96910cd 100644 --- a/sahi/__init__.py +++ b/sahi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.11" +__version__ = "0.11.12" from sahi.annotation import BoundingBox, Category, Mask from sahi.auto_model import AutoDetectionModel