bump to v0.10.1

This commit is contained in:
AlexVonB
2021-12-11 14:44:34 +01:00
parent 12a68a7d14
commit c8f7cf63e3

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.0',
'__version__': '0.10.1',
}