diff --git a/docs/_static/version_names.json b/docs/_static/version_names.json index 65f3011d..516a0e77 100644 --- a/docs/_static/version_names.json +++ b/docs/_static/version_names.json @@ -1,10 +1,25 @@ [ { - "name": "0.1.3 (stable)", - "version": "0.1.3", + "name": "0.3.1 (stable)", + "version": "0.3.1", "url": "/", "preferred": true }, + { + "name": "0.3.0", + "version": "0.3.0", + "url": "/0.3.0" + }, + { + "name": "0.2.0", + "version": "0.2.0", + "url": "/0.2.0/" + }, + { + "name": "0.1.3", + "version": "0.1.3", + "url": "/0.1.3/" + }, { "name": "0.1.2", "version": "0.1.2", @@ -19,20 +34,5 @@ "name": "0.1.0", "version": "0.1.0", "url": "/0.1.0/" - }, - { - "name": "0.0.7", - "version": "0.0.7", - "url": "/0.0.7/" - }, - { - "name": "0.0.5", - "version": "0.0.5", - "url": "/0.0.5/" - }, - { - "name": "0.0.4", - "version": "0.0.4", - "url": "/0.0.4/" } ] \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 415c1103..e9a001c1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ project = 'RedisVL' copyright = '2024, Redis Inc.' author = 'Redis Applied AI' -version = "0.2.3" +version = '0.3.1' # The full version, including alpha/beta/rc tags release = version diff --git a/docs/overview/cli.ipynb b/docs/overview/cli.ipynb index 3189c4bc..a19235d7 100644 --- a/docs/overview/cli.ipynb +++ b/docs/overview/cli.ipynb @@ -24,7 +24,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "\u001b[32m22:33:29\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.0\n" + "\u001b[32m13:33:22\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.1\n" ] } ], diff --git a/pyproject.toml b/pyproject.toml index 103e43e5..bec46389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisvl" -version = "0.3.0" +version = "0.3.1" description = "Python client library and CLI for using Redis as a vector database" authors = ["Redis Inc. "] license = "MIT" diff --git a/redisvl/version.py b/redisvl/version.py index 493f7415..260c070a 100644 --- a/redisvl/version.py +++ b/redisvl/version.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1"