From a1837d63115e8c060b93b36f4b0dc38671a7b66d Mon Sep 17 00:00:00 2001 From: Tyler Hutcherson Date: Thu, 6 Jun 2024 21:05:33 -0400 Subject: [PATCH] 0.2.1 --- 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 cf3f72cd..5584ce06 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.0" +version = "0.2.1" # The full version, including alpha/beta/rc tags release = version diff --git a/docs/overview/cli.ipynb b/docs/overview/cli.ipynb index af967aba..2ebb9875 100644 --- a/docs/overview/cli.ipynb +++ b/docs/overview/cli.ipynb @@ -24,7 +24,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "\u001b[32m14:27:21\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.2.0\n" + "\u001b[32m21:05:12\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.2.1\n" ] } ], diff --git a/pyproject.toml b/pyproject.toml index cb74e680..a0bd132e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisvl" -version = "0.2.0" +version = "0.2.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 d3ec452c..3ced3581 100644 --- a/redisvl/version.py +++ b/redisvl/version.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"