We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749dfb8 commit 7c7b09fCopy full SHA for 7c7b09f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "marker-pdf"
3
-version = "1.9.0"
+version = "1.9.1"
4
description = "Convert documents to markdown with high speed and accuracy."
5
authors = ["Vik Paruchuri <github@vikas.sh>"]
6
readme = "README.md"
@@ -75,4 +75,4 @@ marker_server = "marker.scripts.server:server_cli"
75
76
[build-system]
77
requires = ["poetry-core"]
78
-build-backend = "poetry.core.masonry.api"
+build-backend = "poetry.core.masonry.api"
0 commit comments