File tree 5 files changed +11
-6
lines changed
5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "name" : " 0.3.2 (stable)" ,
4
- "version" : " 0.3.2 " ,
3
+ "name" : " 0.3.3 (stable)" ,
4
+ "version" : " 0.3.3 " ,
5
5
"url" : " /" ,
6
6
"preferred" : true
7
7
},
8
+ {
9
+ "name" : " 0.3.2" ,
10
+ "version" : " 0.3.2" ,
11
+ "url" : " /0.3.2/"
12
+ },
8
13
{
9
14
"name" : " 0.3.1" ,
10
15
"version" : " 0.3.1" ,
Original file line number Diff line number Diff line change 22
22
project = 'RedisVL'
23
23
copyright = '2024, Redis Inc.'
24
24
author = 'Redis Applied AI'
25
- version = '0.3.2 '
25
+ version = '0.3.3 '
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 :23\u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.2 \n "
27
+ " \u001b [32m16:18 :23\u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.3 \n "
28
28
]
29
29
}
30
30
],
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " redisvl"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
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.2 "
1
+ __version__ = "0.3.3 "
You can’t perform that action at this time.
0 commit comments