Skip to content

Commit

Permalink
fix: Brings back missing word list files (#2857)
Browse files Browse the repository at this point in the history
Fixes #2855
  • Loading branch information
cragwolfe committed Apr 5, 2024
1 parent 57c7c7a commit 1621a70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## 0.13.2-dev0
## 0.13.2

### Enhancements

### Features

### Fixes

* **Brings back missing word list files** that caused `partition` failures in 0.13.1.

## 0.13.1

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ def load_requirements(file_list: Optional[Union[str, List[str]]] = None) -> List
"databricks-volumes": load_requirements("requirements/ingest/databricks-volumes.in"),
},
package_dir={"unstructured": "unstructured"},
package_data={"unstructured": ["nlp/*.in"]},
package_data={"unstructured": ["nlp/*.txt"]},
)
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.2-dev0" # pragma: no cover
__version__ = "0.13.2" # pragma: no cover

0 comments on commit 1621a70

Please sign in to comment.