mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-03 12:27:04 +00:00
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:
parent
e0e329c68f
commit
5b994f37ae
@ -1,4 +1,4 @@
|
||||
## 0.10.17
|
||||
## 0.10.18
|
||||
|
||||
### Enhancements
|
||||
|
||||
|
7
setup.py
7
setup.py
@ -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,
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.10.17" # pragma: no cover
|
||||
__version__ = "0.10.18" # pragma: no cover
|
||||
|
Loading…
x
Reference in New Issue
Block a user