diff --git a/CHANGELOG.md b/CHANGELOG.md index 50553cb7a..4d58acd0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.10.9-dev0 + +### Enhancements + +### Features + +### Fixes + +* Edit `add_pytesseract_bbox_to_elements`'s (`ocr_only` strategy) `metadata.coordinates.points` return type to `Tuple` for consistency. + ## 0.10.8 ### Enhancements @@ -8,8 +18,6 @@ ### Fixes -* Edit `add_pytesseract_bbox_to_elements`'s (`ocr_only` strategy) `metadata.coordinates.points` return type to `Tuple` for consistency. - ## 0.10.7 ### Enhancements diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 923fa4143..433c4a51b 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.10.8" # pragma: no cover +__version__ = "0.10.9-dev0" # pragma: no cover