bump to v0.11.2

This commit is contained in:
AlexVonB
2022-04-24 11:01:29 +02:00
parent 5f1b98e25d
commit 5adda130b8

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.1',
'__version__': '0.11.2',
}