From e8d041c251b46a483eaf4e8ad07917ec41f7ab8b Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Wed, 31 Aug 2022 21:45:24 +0200 Subject: [PATCH] bump to v0.11.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b3e9b9..1391bed 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ pkgmeta = { '__title__': 'markdownify', '__author__': 'Matthew Tretter', - '__version__': '0.11.4', + '__version__': '0.11.5', } read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()