From 9914474828ce4807d9af232a6ed53a4c2560e9b0 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 28 Aug 2022 21:42:46 +0200 Subject: [PATCH] bump to v0.11.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e772ef..61fe95d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read() pkgmeta = { '__title__': 'markdownify', '__author__': 'Matthew Tretter', - '__version__': '0.11.2', + '__version__': '0.11.3', } read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()