From 78b62bf9d09bb238b52c1ba6555bb19cd9855149 Mon Sep 17 00:00:00 2001 From: Nitin Kanukolanu Date: Fri, 10 Apr 2026 16:44:23 -0400 Subject: [PATCH] chore(release): bump version to 0.17.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"