Skip to content

Commit

Permalink
[version] bump to v0.9.11.post1 (run-llama#9291)
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
Disiok authored Dec 4, 2023
1 parent f2bf906 commit 4f32b5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# ChangeLog

## Unreleased

### New Features

- Add submission template notebook and other doc updates for `LabelledRagDataset` (#9273)

## [0.9.11] - 2023-12-03

### New Features
Expand All @@ -14,6 +8,7 @@
- Re-organize `download` module (#9253)
- Added document management to ingestion pipeline (#9135)
- Add docs for `LabelledRagDataset` (#9228)
- Add submission template notebook and other doc updates for `LabelledRagDataset` (#9273)

### Bug Fixes / Nits

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.11
0.9.11.post1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ name = "llama-index"
packages = [{include = "llama_index"}]
readme = "README.md"
repository = "https://github.com/run-llama/llama_index"
version = "0.9.11"
version = "0.9.11.post1"

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

0 comments on commit 4f32b5a

Please sign in to comment.