We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5da79 commit ca6396cCopy full SHA for ca6396c
docs/overview/cli.ipynb
@@ -24,7 +24,7 @@
24
"name": "stdout",
25
"output_type": "stream",
26
"text": [
27
- "\u001b[32m14:08:09\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.8\n"
+ "\u001b[32m15:02:39\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.9\n"
28
]
29
}
30
],
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "redisvl"
3
-version = "0.3.8"
+version = "0.3.9"
4
description = "Python client library and CLI for using Redis as a vector database"
5
authors = ["Redis Inc. <[email protected]>"]
6
license = "MIT"
redisvl/version.py
@@ -1 +1 @@
-__version__ = "0.3.8"
+__version__ = "0.3.9"
0 commit comments