diff --git a/docs/conf.py b/docs/conf.py index 5584ce06..c796b499 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.1" +version = "0.2.2" # The full version, including alpha/beta/rc tags release = version diff --git a/docs/overview/cli.ipynb b/docs/overview/cli.ipynb index 2e4cdb62..38a32fd0 100644 --- a/docs/overview/cli.ipynb +++ b/docs/overview/cli.ipynb @@ -24,7 +24,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "\u001b[32m21:05:12\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.2.1\n" + "\u001b[32m14:21:27\u001b[0m \u001b[34m[RedisVL]\u001b[0m \u001b[1;30mINFO\u001b[0m RedisVL version 0.2.2\n" ] } ], diff --git a/pyproject.toml b/pyproject.toml index 91f41677..93194966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisvl" -version = "0.2.1" +version = "0.2.2" 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 3ced3581..b5fdc753 100644 --- a/redisvl/version.py +++ b/redisvl/version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"