From c380264de4d394d53812b95a56f8b67b26ab696a Mon Sep 17 00:00:00 2001 From: Logan Markewich Date: Fri, 20 Dec 2024 16:14:06 -0600 Subject: [PATCH] vbump --- .../llama-index-vector-stores-opensearch/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-opensearch/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-opensearch/pyproject.toml index 3db3fcc2ebbfc..db6d509ebb7b7 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-opensearch/pyproject.toml +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-opensearch/pyproject.toml @@ -27,7 +27,7 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-vector-stores-opensearch" readme = "README.md" -version = "0.5.0" +version = "0.5.1" [tool.poetry.dependencies] python = ">=3.9,<4.0"