From b298bdd3f9b3c898cc974d745cd2cf427ff935f7 Mon Sep 17 00:00:00 2001 From: Vishal Bala Date: Fri, 19 Dec 2025 12:58:37 +0400 Subject: [PATCH 1/2] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d24466d..6b7532de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redisvl" -version = "0.13.0" +version = "0.13.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" From fe4fe9406eba1c84383127348d0faad63cde6c31 Mon Sep 17 00:00:00 2001 From: Vishal Bala Date: Fri, 19 Dec 2025 13:05:23 +0400 Subject: [PATCH 2/2] Version bump --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b7532de..9286b066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redisvl" -version = "0.13.1" +version = "0.13.2" 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" diff --git a/uv.lock b/uv.lock index 1e414bf4..ad61bd62 100644 --- a/uv.lock +++ b/uv.lock @@ -4255,7 +4255,7 @@ wheels = [ [[package]] name = "redisvl" -version = "0.13.0" +version = "0.13.2" source = { editable = "." } dependencies = [ { name = "jsonpath-ng" },