Bump Version 0.6.0

This commit is contained in:
AlexVonB
2020-12-13 23:41:56 +01:00
committed by GitHub
parent c4d0a14ce5
commit 3544322ed2

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.3',
'__version__': '0.6.0',
}