From 08f7838f1fb2b775642970149547e9f9dd7a63e7 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Fri, 8 Dec 2023 14:53:49 +0100 Subject: [PATCH] Changed the version number in the `pyproject.toml` from `0.17.1rc1` to `0.17.1rc2` for the Supervision package. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 359a7d085..4f6ec2c0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supervision" -version = "0.17.1rc1" +version = "0.17.1rc2" description = "A set of easy-to-use utils that will come in handy in any Computer Vision project" authors = ["Piotr Skalski "] maintainers = ["Piotr Skalski "]