bump to v0.7.3

This commit is contained in:
AlexVonB
2021-05-16 18:41:08 +02:00
parent bd7a8d6990
commit fc29483899

View File

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