diff --git a/pypandoc/__init__.py b/pypandoc/__init__.py index 617d213..1660c0b 100644 --- a/pypandoc/__init__.py +++ b/pypandoc/__init__.py @@ -21,7 +21,7 @@ __author_email__ = "bebraw@gmail.com" __maintainer__ = u'Jessica Tegner' __url__ = 'https://github.com/JessicaTegner/pypandoc' -__version__ = '1.12' +__version__ = '1.13' __license__ = 'MIT' __description__ = "Thin wrapper for pandoc." __python_requires__ = ">=3.6" diff --git a/pyproject.toml b/pyproject.toml index 39f8333..b3ddde2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypandoc" -version = "1.12" +version = "1.13" description = "Thin wrapper for pandoc" authors = ["JessicaTegner "] license = "MIT"