File tree 5 files changed +21
-21
lines changed
5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "name" : " 0.1.3 (stable)" ,
4
- "version" : " 0.1.3 " ,
3
+ "name" : " 0.3.1 (stable)" ,
4
+ "version" : " 0.3.1 " ,
5
5
"url" : " /" ,
6
6
"preferred" : true
7
7
},
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
+ },
8
23
{
9
24
"name" : " 0.1.2" ,
10
25
"version" : " 0.1.2" ,
19
34
"name" : " 0.1.0" ,
20
35
"version" : " 0.1.0" ,
21
36
"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/"
37
37
}
38
38
]
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.2.3"
25
+ version = '0.3.1'
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 [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 "
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.0 "
3
+ version = " 0.3.1 "
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.0 "
1
+ __version__ = "0.3.1 "
You can’t perform that action at this time.
0 commit comments