Skip to content

Commit 1700d4d

Browse files
authored
fix: add __init__.py to the partition module (#100)
1 parent 151732c commit 1700d4d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1
2+
3+
* Added \_\_init.py\_\_ to `partition`
4+
15
## 0.3.0
26

37
* Implement staging brick for Argilla. Converts lists of `Text` elements to `argilla` dataset classes.

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0" # pragma: no cover
1+
__version__ = "0.3.1" # pragma: no cover

unstructured/partition/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)