From 3f3129324c1184082e35deaa4c733ccea3c20e23 Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 21 Feb 2024 10:19:02 -0600 Subject: [PATCH] fix (#11099) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d984a8f68b875..d42557346408e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ name = "llama-index" packages = [{from = "_llama-index", include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.10.10" +version = "0.10.11" [tool.poetry.dependencies] python = ">=3.8.1,<3.12"