Skip to content

Commit 48ae835

Browse files
committed
pypandoc v1.16.1
1 parent a44afee commit 48ae835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎pypandoc/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__author_email__ = "jessica@jessicategner.com"
1919
__maintainer__ = "Jessica Tegner"
2020
__url__ = "https://github.com/JessicaTegner/pypandoc"
21-
__version__ = "1.16"
21+
__version__ = "1.16.1"
2222
__license__ = "MIT"
2323
__description__ = "Thin wrapper for pandoc."
2424
__python_requires__ = ">=3.7"

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypandoc"
3-
version = "1.16"
3+
version = "1.16.1"
44
description = "Thin wrapper for pandoc"
55
authors = ["JessicaTegner <jessica@jessicategner.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)