Skip to content

Commit

Permalink
Release 0.3.5 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson authored Oct 10, 2024
1 parent 38c3e3c commit 376742a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions docs/_static/version_names.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{
"name": "0.3.4 (stable)",
"version": "0.3.4",
"name": "0.3.5 (stable)",
"version": "0.3.5",
"url": "/",
"preferred": true
},
{
"name": "0.3.4",
"version": "0.3.4",
"url": "/0.3.4/"
},
{
"name": "0.3.3",
"version": "0.3.3",
Expand Down
4 changes: 2 additions & 2 deletions docs/overview/cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[32m10:44:18\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.4\n"
"\u001b[32m15:46:57\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.5\n"
]
}
],
Expand Down Expand Up @@ -305,7 +305,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redisvl"
version = "0.3.4"
version = "0.3.5"
description = "Python client library and CLI for using Redis as a vector database"
authors = ["Redis Inc. <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion redisvl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.4"
__version__ = "0.3.5"

0 comments on commit 376742a

Please sign in to comment.