From fe8a821a20629594668288cdfcfe74dd07b62bbf Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 24 Nov 2024 12:26:29 +0100 Subject: [PATCH] bump to version v0.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0d1ce6..51604d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "markdownify" -version = "0.13.1" +version = "0.14.0" authors = [{name = "Matthew Tretter", email = "m@tthewwithanm.com"}] description = "Convert HTML to markdown." readme = "README.rst"