From 5aa98fa6a94e5406e894a5de30547f61279ff59a Mon Sep 17 00:00:00 2001 From: Nick Fiacco <nicholas.r.fiacco@gmail.com> Date: Thu, 28 Mar 2024 14:20:25 -0600 Subject: [PATCH] Bump version to include new data sources (#12385) --- llama-index-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama-index-core/pyproject.toml b/llama-index-core/pyproject.toml index e91bf83c83..aca720db73 100644 --- a/llama-index-core/pyproject.toml +++ b/llama-index-core/pyproject.toml @@ -43,7 +43,7 @@ name = "llama-index-core" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.10.25.post2" +version = "0.10.25.post3" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} -- GitLab