From dbd9f3f3d2a8e8d0808edf289d851705e0110a19 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Wed, 25 Aug 2021 08:53:17 +0200 Subject: [PATCH] bump to v0.9.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c310552..467c1fa 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.9.2', + '__version__': '0.9.3', }