Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.13

* **Conform to PEP-625 compliance for project naming**

## 0.0.12

* **Bugfix: Fix UnrecoverableException exception handling to include full response**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def load_requirements(file: Union[str, Path]) -> List[str]:


setup(
name="unstructured-platform-plugins",
name="unstructured_platform_plugins",
version=__version__,
description="A utility library that provides tools around unstructured plugin development",
long_description=open("README.md", encoding="utf-8").read(), # noqa: SIM115
Expand Down
2 changes: 1 addition & 1 deletion unstructured_platform_plugins/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.12" # pragma: no cover
__version__ = "0.0.13" # pragma: no cover