diff --git a/pyproject.toml b/pyproject.toml index 5808488c..dbeec2a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "redisvl" # NOTE: This version value is automatically incremented by the release workflow - do not manually adjust it. -version = "0.17.0" +version = "0.17.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.2,<3.15"