bump to v0.8.1

This commit is contained in:
AlexVonB
2021-05-30 11:20:16 +02:00
parent 129c4ef060
commit e96351b666

View File

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