bump to v0.6.3

This commit is contained in:
AlexVonB
2021-01-12 22:43:18 +01:00
parent 15329588b1
commit bf24df3e2e

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.2',
'__version__': '0.6.3',
}