diff --git a/pyproject.toml b/pyproject.toml index bc44b8c2..30576ed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "redisvl" -version = "0.12.0" +version = "0.11.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.2,<3.14" diff --git a/uv.lock b/uv.lock index 464d8b3a..03e50db9 100644 --- a/uv.lock +++ b/uv.lock @@ -4196,7 +4196,7 @@ wheels = [ [[package]] name = "redisvl" -version = "0.12.0" +version = "0.11.0" source = { editable = "." } dependencies = [ { name = "jsonpath-ng" },