We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae91e86 commit 987b43aCopy full SHA for 987b43a
2 files changed
pyproject.toml
@@ -7,7 +7,7 @@ name = "openparse"
7
description = "Streamlines the process of preparing documents for LLM's."
8
readme = "README.md"
9
requires-python = ">=3.8"
10
-version = "0.5.1"
+version = "0.5.2"
11
authors = [{name = "Sergey Filimonov", email = "hello@sergey.fyi"}]
12
dependencies = [
13
"PyMuPDF >= 1.23.2",
src/openparse/version.py
@@ -1,4 +1,4 @@
1
-OPEN_PARSE_VERSION = "0.5.1"
+OPEN_PARSE_VERSION = "0.5.2"
2
3
4
def version_info() -> str:
0 commit comments