Skip to content

Commit

Permalink
[Version] Bump to 0.9.42.post1 (#10419)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatianzhang authored Feb 2, 2024
1 parent 7050e10 commit 6dbecd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.42
0.9.42.post1
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.42"
version = "0.9.42.post1"

[tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
Expand Down

0 comments on commit 6dbecd5

Please sign in to comment.