Skip to content

Commit ff966b4

Browse files
committed
chore: update version
1 parent 7bf7005 commit ff966b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "markpdfdown"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Convert PDF files and images to Markdown format using multimodal LLMs"
55
readme = "README.md"
66
requires-python = ">=3.9"

src/markpdfdown/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
to transcribe PDF files into Markdown format.
44
"""
55

6-
__version__ = "1.1.0"
6+
__version__ = "1.1.1"
77
__author__ = "MarkPDFDown Team"
8-
__email__ = "contact@markpdfdown.com"
8+
__email__ = "jorbenzhu@gmail.com"
99
__description__ = "Convert PDF and images to Markdown using multimodal LLMs"
1010

1111
from .main import convert_to_markdown

0 commit comments

Comments
 (0)