Skip to content

Commit ce0f710

Browse files
Bump to 0.2.0 (#147)
1 parent d7526b5 commit ce0f710

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project = 'RedisVL'
2323
copyright = '2024, Redis Inc.'
2424
author = 'RedisVentures'
25-
version = "0.1.3"
25+
version = "0.2.0"
2626

2727
# The full version, including alpha/beta/rc tags
2828
release = version

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[32m11:51:54\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.1.3\n"
27+
"\u001b[32m14:27:21\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.2.0\n"
2828
]
2929
}
3030
],
@@ -297,7 +297,7 @@
297297
"name": "python",
298298
"nbconvert_exporter": "python",
299299
"pygments_lexer": "ipython3",
300-
"version": "3.9.12"
300+
"version": "3.10.14"
301301
}
302302
},
303303
"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.1.3"
3+
version = "0.2.0"
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.1.3"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)