Skip to content

Commit

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


### Bug Fixes

* unnecessary dep and readme ([#107](https://github.com/QuivrHQ/MegaParse/issues/107)) ([b80aaa3](https://github.com/QuivrHQ/MegaParse/commit/b80aaa3a894b2bd2c7d7f518919c41af5c99219f))

## [0.0.34](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.33...megaparse-v0.0.34) (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.34"
__version__ = "0.0.35"

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

0 comments on commit 7dee895

Please sign in to comment.