Skip to content

Commit e8d041c

Browse files
committed
bump to v0.11.5
1 parent f729c3b commit e8d041c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
pkgmeta = {
1010
'__title__': 'markdownify',
1111
'__author__': 'Matthew Tretter',
12-
'__version__': '0.11.4',
12+
'__version__': '0.11.5',
1313
}
1414

1515
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()

0 commit comments

Comments
 (0)