bump to v0.10.3

This commit is contained in:
AlexVonB
2022-01-23 11:01:26 +01:00
parent 0a1343a538
commit ddda696396

View File

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