File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "name" : " 0.3.4 (stable)" ,
4
- "version" : " 0.3.4 " ,
3
+ "name" : " 0.3.5 (stable)" ,
4
+ "version" : " 0.3.5 " ,
5
5
"url" : " /" ,
6
6
"preferred" : true
7
7
},
8
+ {
9
+ "name" : " 0.3.4" ,
10
+ "version" : " 0.3.4" ,
11
+ "url" : " /0.3.4/"
12
+ },
8
13
{
9
14
"name" : " 0.3.3" ,
10
15
"version" : " 0.3.3" ,
Original file line number Diff line number Diff line change 24
24
"name" : " stdout" ,
25
25
"output_type" : " stream" ,
26
26
"text" : [
27
- " \u001b [32m10:44:18 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.4 \n "
27
+ " \u001b [32m15:46:57 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.5 \n "
28
28
]
29
29
}
30
30
],
305
305
"name" : " python" ,
306
306
"nbconvert_exporter" : " python" ,
307
307
"pygments_lexer" : " ipython3" ,
308
- "version" : " 3.11.9 "
308
+ "version" : " 3.11.10 "
309
309
}
310
310
},
311
311
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " redisvl"
3
- version = " 0.3.4 "
3
+ version = " 0.3.5 "
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.3.4 "
1
+ __version__ = "0.3.5 "
You can’t perform that action at this time.
0 commit comments