bump to v0.11.0

This commit is contained in:
AlexVonB
2022-04-13 20:47:30 +02:00
parent bda367dad9
commit 87b9f6c88e

View File

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