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" },