We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ffef7 commit 33de6d3Copy full SHA for 33de6d3
pypandoc/__init__.py
@@ -20,8 +20,8 @@
20
21
__author__ = u'Juho Vepsäläinen'
22
__author_email__ = "[email protected]"
23
-__url__ = 'https://github.com/NicklasTegner/pypandoc'
24
-__version__ = '1.8.1'
+__url__ = 'https://github.com/JessicaTegner/pypandoc'
+__version__ = '1.9'
25
__license__ = 'MIT'
26
__description__ = "Thin wrapper for pandoc."
27
__python_requires__ = ">=3.6"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pypandoc"
3
-version = "1.8.1"
+version = "1.9"
4
description = "Thin wrapper for pandoc"
5
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
6
license = "MIT"
0 commit comments