From 19e2c3db0da3282f8ba1aaa6c0f9986c9c99e1f2 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Tue, 18 Aug 2020 18:52:53 +0200 Subject: [PATCH] Bump version 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c9e3ea..06ab404 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.5.1', + '__version__': '0.5.2', }