diff --git a/CHANGELOG.md b/CHANGELOG.md index 6747a23166..177937de6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.16.14-dev0 +## 0.16.14 ### Enhancements - **Refactoring the VoyageAI integration** to use voyageai package directly, allowing extra features. diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 5e2ca16589..4b8c503c08 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.16.14-dev0" # pragma: no cover +__version__ = "0.16.14" # pragma: no cover