Skip to content

Commit 2715950

Browse files
authored
chore: Add long description content type; bump version (#59)
1 parent 6b3e86c commit 2715950

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.2-dev0
1+
## 0.2.2
22

33
* Add staging brick for Datasaur
44

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
name="unstructured",
2626
description="A library that prepares raw documents for downstream ML tasks.",
2727
long_description=open("README.md", "r", encoding="utf-8").read(),
28+
long_description_content_type="text/markdown",
2829
keywords="NLP PDF HTML CV XML parsing preprocessing",
2930
url="https://github.com/Unstructured-IO/unstructured",
3031
python_requires=">=3.8.0",

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.2-dev0" # pragma: no cover
1+
__version__ = "0.2.2" # pragma: no cover

0 commit comments

Comments
 (0)