From 6a2f3a4b42b0a807e4dfb62db8c8eee8ebe9c202 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 11 Jul 2021 13:20:39 +0200 Subject: [PATCH] fix rst syntax error --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6e071f2..bdd070a 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ nested ``Options`` class in ``MarkdownConverter`` subclasses. Creating Custom Converters -========================= +========================== If you have a special usecase that calls for a special conversion, you can always inherit from ``MarkdownConverter`` and override the method you want to diff --git a/setup.py b/setup.py index b5310cc..c310552 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read() pkgmeta = { '__title__': 'markdownify', '__author__': 'Matthew Tretter', - '__version__': '0.9.1', + '__version__': '0.9.2', }