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