bump to v0.11.4

This commit is contained in:
AlexVonB
2022-08-28 22:03:14 +02:00
parent 0310216877
commit 50b3b73a8f

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.3',
'__version__': '0.11.4',
}
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()