Skip to content

Commit 554202c

Browse files
Update version to 0.1.0 (#116)
1 parent f430514 commit 554202c

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

docs/_static/version_names.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[
22
{
3-
"name": "0.0.7 (stable)",
4-
"version": "0.0.7",
3+
"name": "0.1.0 (stable)",
4+
"version": "0.1.0",
55
"url": "/",
66
"preferred": true
77
},
8+
{
9+
"name": "0.0.7",
10+
"version": "0.0.7",
11+
"url": "/0.0.7/"
12+
},
813
{
914
"name": "0.0.5",
1015
"version": "0.0.5",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
project = 'RedisVL'
2020
copyright = '2024, Redis Inc.'
2121
author = 'RedisVentures'
22-
version = "0.0.7"
22+
version = "0.1.0"
2323

2424
# The full version, including alpha/beta/rc tags
2525
release = version

redisvl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.7"
1+
__version__ = "0.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read_dev_requirements():
2424

2525
setup(
2626
name="redisvl",
27-
version="0.0.7",
27+
version="0.1.0",
2828
python_requires=">=3.7",
2929
install_requires=read_requirements(),
3030
extras_require=extras_require,

0 commit comments

Comments
 (0)