From 04b35ab60c6be34bc970f07228406a42b15b1d22 Mon Sep 17 00:00:00 2001 From: Tyler Hutcherson Date: Mon, 9 Sep 2024 16:18:52 -0400 Subject: [PATCH] version bump to 0.3.3 --- docs/_static/version_names.json | 9 +++++++-- docs/conf.py | 2 +- docs/overview/cli.ipynb | 2 +- pyproject.toml | 2 +- redisvl/version.py | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/_static/version_names.json b/docs/_static/version_names.json index 79323195..3870a4ef 100644 --- a/docs/_static/version_names.json +++ b/docs/_static/version_names.json @@ -1,10 +1,15 @@ [ { - "name": "0.3.2 (stable)", - "version": "0.3.2", + "name": "0.3.3 (stable)", + "version": "0.3.3", "url": "/", "preferred": true }, + { + "name": "0.3.2", + "version": "0.3.2", + "url": "/0.3.2/" + }, { "name": "0.3.1", "version": "0.3.1", diff --git a/docs/conf.py b/docs/conf.py index d74b040f..8f8dedef 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.3.2' +version = '0.3.3' # The full version, including alpha/beta/rc tags release = version diff --git a/docs/overview/cli.ipynb b/docs/overview/cli.ipynb index 3fc615d6..170a495a 100644 --- a/docs/overview/cli.ipynb +++ b/docs/overview/cli.ipynb @@ -24,7 +24,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "\u001b[32m11:51:23\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.2\n" + "\u001b[32m16:18:23\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.3.3\n" ] } ], diff --git a/pyproject.toml b/pyproject.toml index 21af30ab..6ecad04e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisvl" -version = "0.3.2" +version = "0.3.3" 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 f9aa3e11..e19434e2 100644 --- a/redisvl/version.py +++ b/redisvl/version.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3"