Skip to content

Commit b879694

Browse files
committed
update naming to use underscores
1 parent 142c91a commit b879694

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.13
2+
3+
* **Conform to PEP-625 compliance for project naming**
4+
15
## 0.0.12
26

37
* **Bugfix: Fix UnrecoverableException exception handling to include full response**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def load_requirements(file: Union[str, Path]) -> List[str]:
4747

4848

4949
setup(
50-
name="unstructured-platform-plugins",
50+
name="unstructured_platform_plugins",
5151
version=__version__,
5252
description="A utility library that provides tools around unstructured plugin development",
5353
long_description=open("README.md", encoding="utf-8").read(), # noqa: SIM115
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.12" # pragma: no cover
1+
__version__ = "0.0.13" # pragma: no cover

0 commit comments

Comments
 (0)