Skip to content

Commit

Permalink
chore(main): release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Jun 24, 2024
1 parent 9836c81 commit 7d56289
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.0.13 (2024-06-24)

## What's Changed
* fix: use aload_data by @chloedia in https://github.com/QuivrHQ/MegaParse/pull/38


**Full Changelog**: https://github.com/QuivrHQ/MegaParse/compare/v0.0.12...v0.0.13

## 0.0.12 (2024-06-18)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="megaparse",
version="0.0.12",
version="0.0.13",
description="Parse complex files (PDF,Docx,PPTX) for LLM consumption",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7d56289

Please sign in to comment.