From 9b1e9fb9a68a1f088ff3a459686a32f7ef28aed5 Mon Sep 17 00:00:00 2001 From: Robert Shelton Date: Thu, 16 Oct 2025 14:15:49 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c43b0c7..3fc4202f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redisvl" -version = "0.9.1" +version = "0.10.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,<3.14" diff --git a/uv.lock b/uv.lock index 86730fe3..09691c5e 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.9, <3.14" resolution-markers = [ "python_full_version >= '3.13'", @@ -3593,7 +3593,7 @@ wheels = [ [[package]] name = "redisvl" -version = "0.9.1" +version = "0.10.0" source = { editable = "." } dependencies = [ { name = "jsonpath-ng" },