From 66e357bcbcaf05d0717bc00684218c0a12fb4831 Mon Sep 17 00:00:00 2001 From: Vishal Bala Date: Fri, 27 Feb 2026 10:44:40 +0200 Subject: [PATCH] chore(release): Bump version to 0.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2fe6668..7e35f19e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "redisvl" # NOTE: This version value is automatically incremented by the release workflow - do not manually adjust it. -version = "0.14.1" +version = "0.15.0" description = "Python client library and CLI for using Redis as a vector database" authors = [{ name = "Redis Inc.", email = "applied.ai@redis.com" }] requires-python = ">=3.9.2,<3.15"