From 33e215019519869936a997718bcba404a63d28f6 Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:22:37 +0300 Subject: [PATCH] increase version (#806) --- sahi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahi/__init__.py b/sahi/__init__.py index 51e24850..46ce84e8 100644 --- a/sahi/__init__.py +++ b/sahi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.9" +__version__ = "0.11.10" from sahi.annotation import BoundingBox, Category, Mask from sahi.auto_model import AutoDetectionModel