From 40701c3b9d0e45b4dec926b06c525d4328622174 Mon Sep 17 00:00:00 2001 From: Nitin Kanukolanu Date: Tue, 25 Nov 2025 10:53:42 -0500 Subject: [PATCH] Bump version to 0.12.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13782fbb..5e07da47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redisvl" -version = "0.12.0" +version = "0.12.1" 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.14"