From c8f7cf63e3b675fcef7913396257b1ea3dc90fc0 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sat, 11 Dec 2021 14:44:34 +0100 Subject: [PATCH] bump to v0.10.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52d3520..bc567ac 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.10.0', + '__version__': '0.10.1', }