Skip to content

Commit

Permalink
v0.6.0 (#603)
Browse files Browse the repository at this point in the history
* v0.6.0

* nit release

* nit
  • Loading branch information
logan-markewich authored Feb 6, 2025
1 parent 1ae4d2b commit 05065a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
with:
poetry_version: ${{ env.POETRY_VERSION }}
python_version: ${{ env.PYTHON_VERSION }}
working_directory: "llama_cloud_services"
pypi_token: ${{ secrets.LLAMA_PARSE_PYPI_TOKEN }}
poetry_install_options: "--without dev"

Expand Down
2 changes: 1 addition & 1 deletion llama_parse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "llama-parse"
version = "0.5.21"
version = "0.6.0"
description = "Parse files into RAG-Optimized formats."
authors = ["Logan Markewich <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python_version = "3.10"

[tool.poetry]
name = "llama-cloud-services"
version = "0.1.0"
version = "0.6.0"
description = "Tailored SDK clients for LlamaCloud services."
authors = ["Logan Markewich <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/report/test_llama_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def test_report_plan_workflow(report: ReportClient) -> None:

# Get edit suggestions
suggestions = await report.asuggest_edits(
"Make the text more formal.", auto_history=True
"TLDR section header more formal.", auto_history=True
)
assert len(suggestions) > 0

Expand Down

0 comments on commit 05065a8

Please sign in to comment.