diff --git a/docs/user_guide/release_guide/0_5_0_release.ipynb b/docs/user_guide/release_guide/0_5_0_release.ipynb index ca539f34..fa9d06ed 100644 --- a/docs/user_guide/release_guide/0_5_0_release.ipynb +++ b/docs/user_guide/release_guide/0_5_0_release.ipynb @@ -4,9 +4,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# 0.5.0 Feature Overview\n", + "# 0.5.1 Feature Overview\n", "\n", - "This notebook provides an overview of what's new with the 0.5.0 release of redisvl. It also highlights changes and potential enhancements for existing usage.\n", + "This notebook provides an overview of what's new with the 0.5.1 release of redisvl. It also highlights changes and potential enhancements for existing usage.\n", "\n", "## What's new?\n", "\n", diff --git a/pyproject.toml b/pyproject.toml index 4e3934c2..ae8f4287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisvl" -version = "0.5.0" +version = "0.5.1" description = "Python client library and CLI for using Redis as a vector database" authors = ["Redis Inc. "] license = "MIT" diff --git a/redisvl/version.py b/redisvl/version.py index 3d187266..dd9b22cc 100644 --- a/redisvl/version.py +++ b/redisvl/version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1"