From da4c82282d552be135cdba92e26dfc8d0f119e5d Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 19 Nov 2025 15:51:14 -0800 Subject: [PATCH] Bump version for release --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30576ed0..de09efec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redisvl" -version = "0.11.0" +version = "0.11.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" diff --git a/uv.lock b/uv.lock index 03e50db9..8e4b095c 100644 --- a/uv.lock +++ b/uv.lock @@ -4196,7 +4196,7 @@ wheels = [ [[package]] name = "redisvl" -version = "0.11.0" +version = "0.11.1" source = { editable = "." } dependencies = [ { name = "jsonpath-ng" },