bump to v0.11.3

This commit is contained in:
AlexVonB
2022-08-28 21:42:46 +02:00
parent 6263f0e5f0
commit 9914474828

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