We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be3a7f4 + 74ddc40 commit 383847eCopy full SHA for 383847e
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
pkgmeta = {
10
'__title__': 'markdownify',
11
'__author__': 'Matthew Tretter',
12
- '__version__': '0.11.6',
+ '__version__': '0.12.1',
13
}
14
15
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
0 commit comments