bump to v0.12.1

This commit is contained in:
AlexVonB
2024-03-26 21:56:00 +01:00
parent 3b4a014f25
commit 74ddc408cc

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