Skip to content

Commit

Permalink
chore(main): release megaparse 0.0.36 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Nov 7, 2024
1 parent 9d571b7 commit 717d315
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.35"
".": "0.0.36"
}
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.36](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.35...megaparse-v0.0.36) (2024-11-07)


### Features

* **readme:** update ([9d571b7](https://github.com/QuivrHQ/MegaParse/commit/9d571b7c71db610e7a0b08045ad98994ecf71baa))

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


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.35"
__version__ = "0.0.36"

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

0 comments on commit 717d315

Please sign in to comment.