From d30cc180d0e112379b286fee3d10bee9ff8e6650 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Tue, 14 Mar 2023 13:34:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8A=20bump=20version=20before=20releas?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/__init__.py b/supervision/__init__.py index 1ae9bc686..c198ee574 100644 --- a/supervision/__init__.py +++ b/supervision/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" from supervision.detection.core import BoxAnnotator, Detections from supervision.detection.line_counter import LineZone, LineZoneAnnotator