Skip to content

Commit

Permalink
chore(main): release megaparse 0.0.44 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Nov 18, 2024
1 parent 9105672 commit a84290c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.43"
".": "0.0.44"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.44](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.43...megaparse-v0.0.44) (2024-11-18)


### Bug Fixes

* fixing the wrong passing of arguments to the parse_file endpoint ([#123](https://github.com/QuivrHQ/MegaParse/issues/123)) ([9105672](https://github.com/QuivrHQ/MegaParse/commit/9105672abc0942f26785e494053112d486e8d2d9))

## [0.0.43](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.42...megaparse-v0.0.43) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion megaparse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""My library with optional components."""

__version__ = "0.0.43"
__version__ = "0.0.44"

# Import only SDK components by default
from megaparse import sdk
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "megaparse"
version = "0.0.43"
version = "0.0.44"
description = "Parse complex files (PDF,Docx,PPTX) for LLM consumption"
authors = [
{ name = "Stan Girard", email = "[email protected]" },
Expand Down

0 comments on commit a84290c

Please sign in to comment.