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', }