Bump to 0.5.0

This commit is contained in:
AlexVonB
2020-08-09 21:22:08 +02:00
parent e9cc01938a
commit 0c4b856b9c

View File

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