diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9f6cf4f..18b4a2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.28" + ".": "0.0.29" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77709a4..e9636fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.29](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.28...megaparse-v0.0.29) (2024-08-18) + + +### Bug Fixes + +* **building:** version not working ([#83](https://github.com/QuivrHQ/MegaParse/issues/83)) ([c5e73f6](https://github.com/QuivrHQ/MegaParse/commit/c5e73f6c821424ef277ddd15ddb5b2df48ff7ab2)) + ## [0.0.28](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.27...megaparse-v0.0.28) (2024-08-16) diff --git a/pyproject.toml b/pyproject.toml index 9b72a41..9d278aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "megaparse" -version = "0.0.28" +version = "0.0.29" description = "Parse complex files (PDF,Docx,PPTX) for LLM consumption" authors = [ { name = "Stan Girard", email = "stan@quivr.app" },