From 24e995933ebe4ebdcf43343bce051d834d01cdcc Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Mon, 8 Jan 2024 13:12:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8A=20bump=20version=20from=20`0.17.1`?= =?UTF-8?q?=20to=20`0.18.0rc1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0644fb14..9eda74d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supervision" -version = "0.17.1" +version = "`0.18.0rc1`" description = "A set of easy-to-use utils that will come in handy in any Computer Vision project" authors = ["Piotr Skalski "] maintainers = ["Piotr Skalski "]