bump to v0.10.0

This commit is contained in:
AlexVonB
2021-11-17 17:10:15 +01:00
parent ffcf6cbcb2
commit 478b1c7e13

View File

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