File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
project = 'RedisVL'
23
23
copyright = '2024, Redis Inc.'
24
24
author = 'RedisVentures'
25
- version = "0.1.3 "
25
+ version = "0.2.0 "
26
26
27
27
# The full version, including alpha/beta/rc tags
28
28
release = version
Original file line number Diff line number Diff line change 24
24
"name" : " stdout" ,
25
25
"output_type" : " stream" ,
26
26
"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 "
28
28
]
29
29
}
30
30
],
297
297
"name" : " python" ,
298
298
"nbconvert_exporter" : " python" ,
299
299
"pygments_lexer" : " ipython3" ,
300
- "version" : " 3.9.12 "
300
+ "version" : " 3.10.14 "
301
301
}
302
302
},
303
303
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " redisvl"
3
- version = " 0.1.3 "
3
+ version = " 0.2.0 "
4
4
description = " Python client library and CLI for using Redis as a vector database"
5
5
authors = [
" Redis Inc. <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.3 "
1
+ __version__ = "0.2.0 "
You can’t perform that action at this time.
0 commit comments