Skip to content

Commit 376742a

Browse files
Release 0.3.5 (#234)
1 parent 38c3e3c commit 376742a

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

docs/_static/version_names.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[
22
{
3-
"name": "0.3.4 (stable)",
4-
"version": "0.3.4",
3+
"name": "0.3.5 (stable)",
4+
"version": "0.3.5",
55
"url": "/",
66
"preferred": true
77
},
8+
{
9+
"name": "0.3.4",
10+
"version": "0.3.4",
11+
"url": "/0.3.4/"
12+
},
813
{
914
"name": "0.3.3",
1015
"version": "0.3.3",

docs/overview/cli.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name": "stdout",
2525
"output_type": "stream",
2626
"text": [
27-
"\u001b[32m10:44:18\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.4\n"
27+
"\u001b[32m15:46:57\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.5\n"
2828
]
2929
}
3030
],
@@ -305,7 +305,7 @@
305305
"name": "python",
306306
"nbconvert_exporter": "python",
307307
"pygments_lexer": "ipython3",
308-
"version": "3.11.9"
308+
"version": "3.11.10"
309309
}
310310
},
311311
"nbformat": 4,

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.3.4"
3+
version = "0.3.5"
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.3.4"
1+
__version__ = "0.3.5"

0 commit comments

Comments
 (0)