Skip to content

Commit 33de6d3

Browse files
committed
pypandoc v1.9
1 parent 46ffef7 commit 33de6d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pypandoc/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
__author__ = u'Juho Vepsäläinen'
2222
__author_email__ = "[email protected]"
23-
__url__ = 'https://github.com/NicklasTegner/pypandoc'
24-
__version__ = '1.8.1'
23+
__url__ = 'https://github.com/JessicaTegner/pypandoc'
24+
__version__ = '1.9'
2525
__license__ = 'MIT'
2626
__description__ = "Thin wrapper for pandoc."
2727
__python_requires__ = ">=3.6"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypandoc"
3-
version = "1.8.1"
3+
version = "1.9"
44
description = "Thin wrapper for pandoc"
55
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)