Skip to content

Commit

Permalink
fix: Adds missing __init__.py (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
cragwolfe authored Feb 23, 2023
1 parent 80c0fab commit 83f0454
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.13

* Fixes unstructured-ingest cli.

## 0.4.12

* Adds console_entrypoint for unstructured-ingest, other structure/doc updates related to ingest.
Expand Down
2 changes: 2 additions & 0 deletions Ingest.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Installation note: make sure to install the following extras when installing uns

pip install "unstructured[s3,local-inference]"

See the [Quick Start](https://github.com/Unstructured-IO/unstructured#eight_pointed_black_star-quick-start) which documents how to pip install `dectectron2` and other OS dependencies, necessary for the parsing of .PDF files.

# Developers' Guide

## Local testing
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.12" # pragma: no cover
__version__ = "0.4.13" # pragma: no cover
Empty file added unstructured/ingest/__init__.py
Empty file.

0 comments on commit 83f0454

Please sign in to comment.