bump to v0.11.5

This commit is contained in:
AlexVonB
2022-08-31 21:45:24 +02:00
parent f729c3ba43
commit e8d041c251

View File

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