bump to v0.11.1

This commit is contained in:
AlexVonB
2022-04-14 10:25:25 +02:00
parent ebb9ea713d
commit 207d0f4ec6

View File

@@ -10,7 +10,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
pkgmeta = {
'__title__': 'markdownify',
'__author__': 'Matthew Tretter',
'__version__': '0.11.0',
'__version__': '0.11.1',
}