Skip to content

Commit 9239498

Browse files
chore: version packages (#1076)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 19cbb25 commit 9239498

7 files changed

Lines changed: 19 additions & 11 deletions

File tree

.changeset/ninety-goats-look.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

py/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# llama-cloud-services-py
22

3+
## 0.6.90
4+
5+
### Patch Changes
6+
7+
- 19cbb25: Remove extension filter
8+
39
## 0.6.89
410

511
### Patch Changes

py/llama_parse/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# llama_parse
22

3+
## 0.6.90
4+
5+
### Patch Changes
6+
7+
- 19cbb25: Remove extension filter
8+
- Updated dependencies [19cbb25]
9+
- llama-cloud-services-py@0.6.90
10+
311
## 0.6.89
412

513
### Patch Changes

py/llama_parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llama_parse",
3-
"version": "0.6.89",
3+
"version": "0.6.90",
44
"description": "",
55
"main": "index.js",
66
"private": false,

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.89"
14+
version = "0.6.90"
1515
description = "Parse files into RAG-Optimized formats."
1616
authors = [{name = "Logan Markewich", email = "logan@llamaindex.ai"}]
1717
requires-python = ">=3.9,<4.0"
1818
readme = "README.md"
1919
license = "MIT"
20-
dependencies = ["llama-cloud-services>=0.6.89"]
20+
dependencies = ["llama-cloud-services>=0.6.90"]
2121

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

py/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llama-cloud-services-py",
3-
"version": "0.6.89",
3+
"version": "0.6.90",
44
"private": false,
55
"license": "MIT",
66
"scripts": {},

py/pyproject.toml

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

2424
[project]
2525
name = "llama-cloud-services"
26-
version = "0.6.89"
26+
version = "0.6.90"
2727
description = "Tailored SDK clients for LlamaCloud services."
2828
authors = [{name = "Logan Markewich", email = "logan@runllama.ai"}]
2929
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)