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.
This commit is contained in:
SkalskiP 2023-10-19 10:22:38 +02:00
parent 48752b432b
commit f44a9376ec
1 changed files with 1 additions and 1 deletions

View File

@ -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 <piotr.skalski92@gmail.com>"]
maintainers = ["Piotr Skalski <piotr.skalski92@gmail.com>"]