bump to v0.13.0

This commit is contained in:
AlexVonB
2024-07-14 21:19:23 +02:00
parent 75a678dab9
commit f6c8daf8a5

View File

@@ -9,7 +9,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
pkgmeta = {
'__title__': 'markdownify',
'__author__': 'Matthew Tretter',
'__version__': '0.12.1',
'__version__': '0.13.0',
}
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()