Skip to content

Commit

Permalink
[version] bump version to 0.9.44 (run-llama#10458)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Feb 5, 2024
1 parent 0c0387e commit c2ed8e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion llama_index/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.43
0.9.44
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit c2ed8e9

Please sign in to comment.