fix rst syntax error

This commit is contained in:
AlexVonB
2021-07-11 13:20:39 +02:00
parent 22180a166d
commit 6a2f3a4b42
2 changed files with 2 additions and 2 deletions

View File

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