Bump version 0.5.3

This commit is contained in:
AlexVonB
2020-09-01 18:09:24 +02:00
parent 5561106991
commit 25d68b4265

View File

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