Skip to content

Commit 8dc63f3

Browse files
committed
pypandoc v1.10
1 parent 6aa5541 commit 8dc63f3

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
@@ -21,7 +21,7 @@
2121
__author__ = u'Juho Vepsäläinen'
2222
__author_email__ = "bebraw@gmail.com"
2323
__url__ = 'https://github.com/JessicaTegner/pypandoc'
24-
__version__ = '1.9'
24+
__version__ = '1.10'
2525
__license__ = 'MIT'
2626
__description__ = "Thin wrapper for pandoc."
2727
__python_requires__ = ">=3.6"

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.9"
3+
version = "1.10"
44
description = "Thin wrapper for pandoc"
55
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)