Skip to content

Commit

Permalink
chore(main): release megaparse 0.0.37 (#111)
Browse files Browse the repository at this point in the history
StanGirard authored Nov 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ed3fdfb commit 05f3a3a
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.36"
".": "0.0.37"
}
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.37](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.36...megaparse-v0.0.37) (2024-11-07)


### Features

* bump megaparse-sdk version to 0.1.1 ([ed3fdfb](https://github.com/QuivrHQ/MegaParse/commit/ed3fdfb10498c95d4f9a510df3a2913e0dfc3c23))

## [0.0.36](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.35...megaparse-v0.0.36) (2024-11-07)


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.36"
__version__ = "0.0.37"

# Import only SDK components by default
from megaparse import sdk
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.36"
version = "0.0.37"
description = "Parse complex files (PDF,Docx,PPTX) for LLM consumption"
authors = [
{ name = "Stan Girard", email = "[email protected]" },

0 comments on commit 05f3a3a

Please sign in to comment.