build(release): actually make the release 0.10.18 (#1576)

Workaround a publication issue to pypi. No code changes, 0.10.18 is the
new 0.10.17.
This commit is contained in:
cragwolfe 2023-09-28 23:09:18 -07:00 committed by GitHub
parent e0e329c68f
commit 5b994f37ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
## 0.10.17
## 0.10.18
### Enhancements

View File

@ -106,12 +106,7 @@ setup(
entry_points={
"console_scripts": ["unstructured-ingest=unstructured.ingest.main:main"],
},
install_requires=[
# (Trevor): This is a simple hello world package that is used to track
# download count for this package using scarf.
'scarf @ https://packages.unstructured.io/scarf.tgz',
load_requirements()
],
install_requires=load_requirements(),
extras_require={
# Document specific extra requirements
"all-docs": all_doc_reqs,

View File

@ -1 +1 @@
__version__ = "0.10.17" # pragma: no cover
__version__ = "0.10.18" # pragma: no cover