From 9f3c4c9fa0d0c221e9c3226c6f9d0f454064f47f Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Tue, 18 May 2021 10:42:16 +0200 Subject: [PATCH] bump to v0.7.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 882f761..87bd84e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read() pkgmeta = { '__title__': 'markdownify', '__author__': 'Matthew Tretter', - '__version__': '0.7.3', + '__version__': '0.7.4', }