We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf7005 commit ff966b4Copy full SHA for ff966b4
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "markpdfdown"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "Convert PDF files and images to Markdown format using multimodal LLMs"
5
readme = "README.md"
6
requires-python = ">=3.9"
src/markpdfdown/__init__.py
@@ -3,9 +3,9 @@
to transcribe PDF files into Markdown format.
"""
-__version__ = "1.1.0"
+__version__ = "1.1.1"
7
__author__ = "MarkPDFDown Team"
8
-__email__ = "contact@markpdfdown.com"
+__email__ = "jorbenzhu@gmail.com"
9
__description__ = "Convert PDF and images to Markdown using multimodal LLMs"
10
11
from .main import convert_to_markdown
0 commit comments