We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a678d commit f6c8dafCopy full SHA for f6c8daf
setup.py
@@ -9,7 +9,7 @@
9
pkgmeta = {
10
'__title__': 'markdownify',
11
'__author__': 'Matthew Tretter',
12
- '__version__': '0.12.1',
+ '__version__': '0.13.0',
13
}
14
15
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
0 commit comments