bump to v0.7.2

This commit is contained in:
AlexVonB
2021-05-02 13:49:14 +02:00
parent 10e1ff3e6e
commit 0fee4b0a80

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.1',
'__version__': '0.7.2',
}