From 74ddc408cca3a8b59c070daffaae34ef2593f9e1 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Tue, 26 Mar 2024 21:56:00 +0100 Subject: [PATCH] bump to v0.12.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 807ff23..9a26468 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.6', + '__version__': '0.12.1', } read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()