diff --git a/pyproject.toml b/pyproject.toml index b2fe6668..7e35f19e 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.14.1" +version = "0.15.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.15"