Skip to content

Commit 4154aae

Browse files
authored
Bump version to 0.5.1 (#312)
1 parent 7c50129 commit 4154aae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/user_guide/release_guide/0_5_0_release.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# 0.5.0 Feature Overview\n",
7+
"# 0.5.1 Feature Overview\n",
88
"\n",
9-
"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",
9+
"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",
1010
"\n",
1111
"## What's new?\n",
1212
"\n",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisvl"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Python client library and CLI for using Redis as a vector database"
55
authors = ["Redis Inc. <[email protected]>"]
66
license = "MIT"

redisvl/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)