From a3ea8cdb1f787bb5423e3827dfeeed50a5fdae20 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Wed, 5 Nov 2025 13:01:30 +0100 Subject: [PATCH] bump version from `0.27.0rc1` to `0.27.0rc2` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bf3b24a..a7910db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "supervision" description = "A set of easy-to-use utils that will come in handy in any Computer Vision project" license = { text = "MIT" } -version = "0.27.0rc1" +version = "0.27.0rc2" readme = "README.md" requires-python = ">=3.9" authors = [