bump to v0.6.6

This commit is contained in:
AlexVonB
2021-04-22 12:12:51 +02:00
parent b47d5f11c8
commit d4882b86b9

View File

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