From 6dbecd56d26d3e571d795cd6f1ccb0afc848c6af Mon Sep 17 00:00:00 2001 From: Haotian Zhang Date: Fri, 2 Feb 2024 12:36:58 -0800 Subject: [PATCH] [Version] Bump to 0.9.42.post1 (#10419) --- CHANGELOG.md | 6 ++++++ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 925f975b61dd3..07ff6f411a293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## [0.9.42.post1] - 2024-02-02 + +### New Features + +- Add Async support for Base nodes parser (#10418) + ## [0.9.42] - 2024-02-02 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index 0adbf03d18740..0bea4ddfbf4da 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.42 +0.9.42.post1 diff --git a/pyproject.toml b/pyproject.toml index a276b0b6df18e..16cb274f1db39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.9.42" +version = "0.9.42.post1" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}