From c2ac59f9926db2f6350f284467a40909e1993ce9 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Thu, 19 Jan 2023 02:02:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8A=20bump=20package=20version=20to=20?= =?UTF-8?q?0.1.0?= 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 3b93d0be..3dc1f76b 100644 --- a/supervision/__init__.py +++ b/supervision/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.1.0"