File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11[
22 {
3- "name" : " 0.1.3 (stable)" ,
4- "version" : " 0.1.3 " ,
3+ "name" : " 0.3.1 (stable)" ,
4+ "version" : " 0.3.1 " ,
55 "url" : " /" ,
66 "preferred" : true
77 },
8+ {
9+ "name" : " 0.3.0" ,
10+ "version" : " 0.3.0" ,
11+ "url" : " /0.3.0"
12+ },
13+ {
14+ "name" : " 0.2.0" ,
15+ "version" : " 0.2.0" ,
16+ "url" : " /0.2.0/"
17+ },
18+ {
19+ "name" : " 0.1.3" ,
20+ "version" : " 0.1.3" ,
21+ "url" : " /0.1.3/"
22+ },
823 {
924 "name" : " 0.1.2" ,
1025 "version" : " 0.1.2" ,
1934 "name" : " 0.1.0" ,
2035 "version" : " 0.1.0" ,
2136 "url" : " /0.1.0/"
22- },
23- {
24- "name" : " 0.0.7" ,
25- "version" : " 0.0.7" ,
26- "url" : " /0.0.7/"
27- },
28- {
29- "name" : " 0.0.5" ,
30- "version" : " 0.0.5" ,
31- "url" : " /0.0.5/"
32- },
33- {
34- "name" : " 0.0.4" ,
35- "version" : " 0.0.4" ,
36- "url" : " /0.0.4/"
3737 }
3838]
Original file line number Diff line number Diff line change 2222project = 'RedisVL'
2323copyright = '2024, Redis Inc.'
2424author = 'Redis Applied AI'
25- version = "0.2.3"
25+ version = '0.3.1'
2626
2727# The full version, including alpha/beta/rc tags
2828release = version
Original file line number Diff line number Diff line change 2424 "name" : " stdout" ,
2525 "output_type" : " stream" ,
2626 "text" : [
27- " \u001b [32m22 :33:29 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.0 \n "
27+ " \u001b [32m13 :33:22 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.1 \n "
2828 ]
2929 }
3030 ],
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " redisvl"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " Python client library and CLI for using Redis as a vector database"
55authors = [" Redis Inc. <applied.ai@redis.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "0.3.0 "
1+ __version__ = "0.3.1 "
You can’t perform that action at this time.
0 commit comments