Skip to content

Commit 84d9b3b

Browse files
committed
release: v1.1.2
1 parent 4babcbc commit 84d9b3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "improving-pdf-tool"
7-
version = "1.1.0"
7+
version = "1.1.2"
88
description = "Convert Markdown to branded Improving PDF documents using Playwright."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/improving_pdf_tool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Improving PDF Tool — convert Markdown to branded PDF documents."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)