diff --git a/CHANGELOG.md b/CHANGELOG.md index 160b848..2f91d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,12 @@ ## 0.0.2 (2024-05-30) +## What's Changed +* feat: Megaparse example and working by @StanGirard in https://github.com/QuivrHQ/MegaParse/pull/2 + + +**Full Changelog**: https://github.com/QuivrHQ/MegaParse/compare/v0.0.1...v0.0.2 + +## 0.0.2 (2024-05-30) + **Full Changelog**: https://github.com/QuivrHQ/MegaParse/compare/v0.0.1...v0.0.2 diff --git a/setup.py b/setup.py index e612f48..4e903ab 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="megaparse", - version="0.0.1", + version="0.0.2", description="Parse complex files (PDF,Docx,PPTX) for LLM consumption", long_description=open("README.md").read(), long_description_content_type="text/markdown",