From 8399594a4b74d6e857c12d8328cd5c32a31cb884 Mon Sep 17 00:00:00 2001 From: amercader Date: Mon, 9 Sep 2024 13:09:49 +0200 Subject: [PATCH] Bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 45d51d4..11d0f8b 100644 --- a/setup.py +++ b/setup.py @@ -14,11 +14,11 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='0.0.5', + version='0.0.6', description='''CKAN configuration settings available from env vars''', long_description=long_description, - long_description_content_type="text/md", + long_description_content_type="text/markdown", # The project's main homepage. url='https://github.com/okfn/ckanext-envvars',