From 47e619282eeabb33a6340ce7c57553d473b7c8bd Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 25 Mar 2025 16:25:14 +0100 Subject: [PATCH] Prepare 0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',