diff --git a/CHANGELOG.md b/CHANGELOG.md index 734c84d3..4dee855b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.6-dev2 +## 0.5.6 * Update the `annotate` and `_get_image_array` methods of `PageLayout` to get the image from the `image_path` property if the `image` property is `None`. * Add functionality to store pdf images for later use. diff --git a/unstructured_inference/__version__.py b/unstructured_inference/__version__.py index 05db559d..37f0edfa 100644 --- a/unstructured_inference/__version__.py +++ b/unstructured_inference/__version__.py @@ -1 +1 @@ -__version__ = "0.5.6-dev2" # pragma: no cover +__version__ = "0.5.6" # pragma: no cover