Skip to content

Commit f6c8daf

Browse files
committed
bump to v0.13.0
1 parent 75a678d commit f6c8daf

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.12.1',
12+
'__version__': '0.13.0',
1313
}
1414

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

0 commit comments

Comments
 (0)