We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defa62a commit 6242a3aCopy full SHA for 6242a3a
docs/overview/cli.ipynb
@@ -24,7 +24,7 @@
24
"name": "stdout",
25
"output_type": "stream",
26
"text": [
27
- "16:41:26 [RedisVL] INFO RedisVL version 0.7.0\n"
+ "09:23:57 [RedisVL] INFO RedisVL version 0.7.1\n"
28
]
29
}
30
],
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "redisvl"
3
-version = "0.7.0"
+version = "0.7.1"
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.7.0"
+__version__ = "0.7.1"
0 commit comments