From 005cdbd37abec947301ed005d34d07a4c97f80bc Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Wed, 6 Aug 2025 12:27:16 +0200 Subject: [PATCH] bump version from `0.27.0rc0` to `0.27.0rc1` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46f7631e..9bf3b24a 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.0rc0" +version = "0.27.0rc1" readme = "README.md" requires-python = ">=3.9" authors = [