From 4f32b5abda8e928fb4b3698e02aeb7c156dc3e6b Mon Sep 17 00:00:00 2001 From: Simon Suo Date: Mon, 4 Dec 2023 00:52:17 -0800 Subject: [PATCH] [version] bump to v0.9.11.post1 (#9291) update version --- CHANGELOG.md | 7 +------ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1aa1006c566..73f8114cb779c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ # ChangeLog -## Unreleased - -### New Features - -- Add submission template notebook and other doc updates for `LabelledRagDataset` (#9273) - ## [0.9.11] - 2023-12-03 ### New Features @@ -14,6 +8,7 @@ - Re-organize `download` module (#9253) - Added document management to ingestion pipeline (#9135) - Add docs for `LabelledRagDataset` (#9228) +- Add submission template notebook and other doc updates for `LabelledRagDataset` (#9273) ### Bug Fixes / Nits diff --git a/llama_index/VERSION b/llama_index/VERSION index 8225a4ba4fd1e..3bcfca8c1b3d2 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.11 +0.9.11.post1 diff --git a/pyproject.toml b/pyproject.toml index f13b9aa3c49d0..e3099b6d17132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.9.11" +version = "0.9.11.post1" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}