From a0a570e2e3752b92e756456bfb7bf6980c61c4a8 Mon Sep 17 00:00:00 2001 From: Brian Sam-Bodden Date: Wed, 1 Oct 2025 16:03:05 -0700 Subject: [PATCH] release: bump version to 0.9.1 --- pyproject.toml | 2 +- redisvl/version.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 472b6332..2c43b0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redisvl" -version = "0.9.0" +version = "0.9.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,<3.14" diff --git a/redisvl/version.py b/redisvl/version.py index deded324..d69d16e9 100644 --- a/redisvl/version.py +++ b/redisvl/version.py @@ -1 +1 @@ -__version__ = "0.8.2" +__version__ = "0.9.1" diff --git a/uv.lock b/uv.lock index 3925cdaf..86730fe3 100644 --- a/uv.lock +++ b/uv.lock @@ -3593,7 +3593,7 @@ wheels = [ [[package]] name = "redisvl" -version = "0.9.0" +version = "0.9.1" source = { editable = "." } dependencies = [ { name = "jsonpath-ng" },