File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11[
22 {
3- "name" : " 0.3.6 (stable)" ,
4- "version" : " 0.3.6 " ,
3+ "name" : " 0.3.7 (stable)" ,
4+ "version" : " 0.3.7 " ,
55 "url" : " /" ,
66 "preferred" : true
77 },
8+ {
9+ "name" : " 0.3.6" ,
10+ "version" : " 0.3.6" ,
11+ "url" : " /0.3.6/"
12+ },
813 {
914 "name" : " 0.3.5" ,
1015 "version" : " 0.3.5" ,
Original file line number Diff line number Diff line change 1919
2020# -- Project information -----------------------------------------------------
2121
22+ from redisvl .version import __version__
23+
2224project = 'RedisVL'
2325copyright = '2024, Redis Inc.'
2426author = 'Redis Applied AI'
25- version = '4'
27+ version = __version__
2628
2729# The full version, including alpha/beta/rc tags
2830release = version
Original file line number Diff line number Diff line change 2424 "name" : " stdout" ,
2525 "output_type" : " stream" ,
2626 "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 "
2828 ]
2929 }
3030 ],
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " redisvl"
3- version = " 0.3.6 "
3+ version = " 0.3.7 "
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.6 "
1+ __version__ = "0.3.7 "
You can’t perform that action at this time.
0 commit comments