Skip to content

Commit

Permalink
chore(main): release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Jun 27, 2024
1 parent 43213bb commit 058ce56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.0.17 (2024-06-27)

## What's Changed
* markdown by @chloedia in https://github.com/QuivrHQ/MegaParse/pull/48
* fix:Update README.md by @chloedia in https://github.com/QuivrHQ/MegaParse/pull/49
* fix: Update README.md by @chloedia in https://github.com/QuivrHQ/MegaParse/pull/50


**Full Changelog**: https://github.com/QuivrHQ/MegaParse/compare/v0.0.16...v0.0.17

## 0.0.16 (2024-06-27)

## 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.16",
version="0.0.17",
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 058ce56

Please sign in to comment.