From acbab2e274f67ec056165f31b29fec401a170fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 30 Apr 2024 18:33:40 +0200 Subject: [PATCH] Release ragstack-ai-llamaindex 1.0.1 --- libs/llamaindex/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/llamaindex/pyproject.toml b/libs/llamaindex/pyproject.toml index 7dec497f0..9cefd855d 100644 --- a/libs/llamaindex/pyproject.toml +++ b/libs/llamaindex/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ragstack-ai-llamaindex" -version = "1.0.0" +version = "1.0.1" description = "DataStax RAGStack Llama Index" license = "BUSL-1.1" authors = ["DataStax"]