unstructured/unstructured/__version__.py
Tom Aarsen 1ccbc05b10
Fix: Resolve several issues with the require dependencies decorator (#315)
Fix several issues re. the requires_dependencies decorator:
* There was a missing space between the sentences.
* Crucial brackets were missing in making the error message.
* "pygithub" was used where "github" should have been used.
2023-02-28 20:21:59 +00:00

2 lines
47 B
Python

__version__ = "0.5.1-dev1" # pragma: no cover