diff --git a/setup.py b/setup.py index c9f75aa..f08d241 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='parse-document-model', - version='0.2.0', + version='0.2.1', description='Pydantic models for representing a text document as a hierarchical structure.', long_description=long_description, long_description_content_type='text/markdown',