From e8cb962fcc982536eeb9d34165b28f1d3df46e47 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Mon, 21 Jul 2025 10:14:58 +0200 Subject: [PATCH] bump version from `0.26.1` to `0.26.1rc0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cae78492..bb7d95ef 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.26.1" +version = "0.26.1rc0" readme = "README.md" requires-python = ">=3.9" authors = [