Skip to content

Commit

Permalink
chore(main): release megaparse 0.0.34 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Nov 7, 2024
1 parent ad44aa3 commit 99b6014
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.33"
".": "0.0.34"
}
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.34](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.33...megaparse-v0.0.34) (2024-11-07)


### Features

* megaparse-sdk-cherry ([#105](https://github.com/QuivrHQ/MegaParse/issues/105)) ([ad44aa3](https://github.com/QuivrHQ/MegaParse/commit/ad44aa34999596e156c78f91adab97bce7ceeb0e))

## [0.0.33](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.32...megaparse-v0.0.33) (2024-11-01)


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.1.0"
__version__ = "0.0.34"

# 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.33"
version = "0.0.34"
description = "Parse complex files (PDF,Docx,PPTX) for LLM consumption"
authors = [
{ name = "Stan Girard", email = "[email protected]" },
Expand Down

0 comments on commit 99b6014

Please sign in to comment.