diff --git a/setup.py b/setup.py index 1391bed..807ff23 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ pkgmeta = { '__title__': 'markdownify', '__author__': 'Matthew Tretter', - '__version__': '0.11.5', + '__version__': '0.11.6', } read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()