From 92d6d7c1342431b9b1b27ab0d95827cf2acefff7 Mon Sep 17 00:00:00 2001 From: Jerry Liu <jerryjliu98@gmail.com> Date: Sat, 3 Feb 2024 12:11:23 -0800 Subject: [PATCH] [version] bump version to 0.9.43 (#10436) --- CHANGELOG.md | 10 ++++++++++ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ff6f411a..7a84ee026b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # ChangeLog +## [0.9.43] - 2024-02-03 + +### New Features + +- Add multi-modal ollama (#10434) + +### Bug Fixes / Nits + +- update base class for astradb (#10435) + ## [0.9.42.post1] - 2024-02-02 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index 318a7c491d..054459d10a 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.42.post2 +0.9.43 diff --git a/pyproject.toml b/pyproject.toml index ae59a736c7..7c65aee34b 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.post2" +version = "0.9.43" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} -- GitLab