Skip to content

Commit 6619034

Browse files
authored
Bump version to 0.6.56 (#853)
1 parent c56fb5d commit 6619034

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

py/llama_parse/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ dev = [
1111

1212
[project]
1313
name = "llama-parse"
14-
version = "0.6.55"
14+
version = "0.6.56"
1515
description = "Parse files into RAG-Optimized formats."
1616
authors = [{name = "Logan Markewich", email = "[email protected]"}]
1717
requires-python = ">=3.9,<4.0"
1818
readme = "README.md"
1919
license = "MIT"
20-
dependencies = ["llama-cloud-services>=0.6.55"]
20+
dependencies = ["llama-cloud-services>=0.6.56"]
2121

2222
[project.scripts]
2323
llama-parse = "llama_parse.cli.main:parse"

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev = [
1717

1818
[project]
1919
name = "llama-cloud-services"
20-
version = "0.6.55"
20+
version = "0.6.56"
2121
description = "Tailored SDK clients for LlamaCloud services."
2222
authors = [{name = "Logan Markewich", email = "[email protected]"}]
2323
requires-python = ">=3.9,<4.0"

py/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)