Skip to content

Commit 6242a3a

Browse files
bump version
1 parent defa62a commit 6242a3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/overview/cli.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name": "stdout",
2525
"output_type": "stream",
2626
"text": [
27-
"16:41:26 [RedisVL] INFO RedisVL version 0.7.0\n"
27+
"09:23:57 [RedisVL] INFO RedisVL version 0.7.1\n"
2828
]
2929
}
3030
],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisvl"
3-
version = "0.7.0"
3+
version = "0.7.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)