bump to v0.9.3

This commit is contained in:
AlexVonB
2021-08-25 08:53:17 +02:00
parent 0fdeb1ff6e
commit dbd9f3f3d2

View File

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