From f29432c870a82d7afb0dc38810a285d67f2e0ecc Mon Sep 17 00:00:00 2001 From: Tyler Hutcherson Date: Tue, 2 Jul 2024 09:44:23 -0400 Subject: [PATCH] bump to 0.2.3 --- docs/conf.py | 2 +- docs/overview/cli.ipynb | 2 +- pyproject.toml | 2 +- redisvl/version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c796b499..415c1103 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.2" +version = "0.2.3" # The full version, including alpha/beta/rc tags release = version diff --git a/docs/overview/cli.ipynb b/docs/overview/cli.ipynb index 38a32fd0..12ee7384 100644 --- a/docs/overview/cli.ipynb +++ b/docs/overview/cli.ipynb @@ -24,7 +24,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "\u001b[32m14:21:27\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.2.2\n" + "\u001b[32m09:44:14\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.2.3\n" ] } ], diff --git a/pyproject.toml b/pyproject.toml index 93194966..333bd95a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisvl" -version = "0.2.2" +version = "0.2.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 b5fdc753..d31c31ea 100644 --- a/redisvl/version.py +++ b/redisvl/version.py @@ -1 +1 @@ -__version__ = "0.2.2" +__version__ = "0.2.3"