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