bump to v0.11.6

This commit is contained in:
AlexVonB
2022-09-02 10:10:27 +02:00
parent 433fad2dec
commit e6e23fd512

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