From 121d4f31bbf76c9041ed422d434fe5d35943a912 Mon Sep 17 00:00:00 2001 From: Piotr Skalski Date: Mon, 4 Sep 2023 23:06:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8A=20`supervision`=20version=20to=20`?= =?UTF-8?q?`0.15.0rc1=20in=20`pyproject.toml`?= 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 04212470..c95e9044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supervision" -version = "0.14.0" +version = "0.15.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 "]