From f44a9376ec1bc21ca9f05f57f78cdf4995e2bd1f Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Thu, 19 Oct 2023 10:22:38 +0200 Subject: [PATCH] Update version number in pyproject.toml Updated the version number in pyproject.toml from 0.16.0rc3 to 0.16.0. This denotes the transition from the release candidate to the official version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95b5b242..cd47f273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supervision" -version = "0.16.0rc3" +version = "0.16.0" description = "A set of easy-to-use utils that will come in handy in any Computer Vision project" authors = ["Piotr Skalski "] maintainers = ["Piotr Skalski "]