Skip to content

Commit 1622830

Browse files
authored
chore(release): bump version to 0.17.1 (#581)
Bump pyproject.toml version from 0.17.0 to 0.17.1. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this PR only bumps the package version in `pyproject.toml` with no functional or runtime behavior changes. > > **Overview** > **Release housekeeping:** updates `pyproject.toml` to bump the `redisvl` project version from `0.17.0` to `0.17.1`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 78b62bf. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 410bf8f commit 1622830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "redisvl"
33
# NOTE: This version value is automatically incremented by the release workflow - do not manually adjust it.
4-
version = "0.17.0"
4+
version = "0.17.1"
55
description = "Python client library and CLI for using Redis as a vector database"
66
authors = [{ name = "Redis Inc.", email = "applied.ai@redis.com" }]
77
requires-python = ">=3.9.2,<3.15"

0 commit comments

Comments
 (0)