From 3524a732f0034ecc4ac7011afc068346f4f2cfc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Hultne=CC=81r?= Date: Mon, 15 Oct 2018 20:47:20 +0200 Subject: [PATCH] Bumped version with new testing/coverage-reporting dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9a7b7e..afbd941 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ description="A markdown renderer focusing on security first", long_description=long_description, long_description_content_type="text/markdown", - version="18.10", + version="18.10.1", py_modules=["app"], install_requires=["cmarkgfm", "bleach"], extras_require={"dev": ["black", "pytest", "twine", "pytest-cov", "codacy-coverage"]},