File tree 5 files changed +13
-6
lines changed
5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "name" : " 0.3.6 (stable)" ,
4
- "version" : " 0.3.6 " ,
3
+ "name" : " 0.3.7 (stable)" ,
4
+ "version" : " 0.3.7 " ,
5
5
"url" : " /" ,
6
6
"preferred" : true
7
7
},
8
+ {
9
+ "name" : " 0.3.6" ,
10
+ "version" : " 0.3.6" ,
11
+ "url" : " /0.3.6/"
12
+ },
8
13
{
9
14
"name" : " 0.3.5" ,
10
15
"version" : " 0.3.5" ,
Original file line number Diff line number Diff line change 19
19
20
20
# -- Project information -----------------------------------------------------
21
21
22
+ from redisvl .version import __version__
23
+
22
24
project = 'RedisVL'
23
25
copyright = '2024, Redis Inc.'
24
26
author = 'Redis Applied AI'
25
- version = '4'
27
+ version = __version__
26
28
27
29
# The full version, including alpha/beta/rc tags
28
30
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:14:08 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.6 \n "
27
+ " \u001b [32m13:59:20 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.7 \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.6 "
3
+ version = " 0.3.7 "
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.6 "
1
+ __version__ = "0.3.7 "
You can’t perform that action at this time.
0 commit comments