From ed406d3206d6509b9c8c349fd92ebacaf5768729 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 21 Feb 2021 20:57:57 +0100 Subject: [PATCH] bump to v0.6.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec7dea2..498879d 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.6.1', + '__version__': '0.6.4', }