From c2ed8e97fee4a8303d3c36d4a3d2cebaddb41e0b Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Mon, 5 Feb 2024 13:13:12 -0800 Subject: [PATCH] [version] bump version to 0.9.44 (#10458) --- CHANGELOG.md | 8 ++++++++ llama_index/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a84ee026b750..5d8b522e0e65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # ChangeLog +## [0.9.44] - 2024-02-05 + +### New Features + +- ollama vision cookbook (#10438) +- Support Gemini "transport" configuration (#10457) +- Add Upstash Vector (#10451) + ## [0.9.43] - 2024-02-03 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index 054459d10a8d7..8d403e3a90894 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.43 +0.9.44 diff --git a/pyproject.toml b/pyproject.toml index 7c65aee34b619..cee053b455493 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.43" +version = "0.9.44" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}