From 3c0eb4423db444eca308f6a813a171b72cdaca6f Mon Sep 17 00:00:00 2001 From: Chris MacMackin Date: Fri, 21 Aug 2020 00:05:51 +0100 Subject: [PATCH] Updated version number. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c8b7a06..47ef312 100644 --- a/setup.py +++ b/setup.py @@ -11,13 +11,13 @@ setup( name = 'markdown-include', packages = find_packages(), - version = '0.5.1', + version = '0.6.0', description = 'This is an extension to Python-Markdown which provides an "include" function, similar to that found in LaTeX (and also the C pre-processor and Fortran). I originally wrote it for my FORD Fortran auto-documentation generator.', long_description = long_description, author = 'Chris MacMackin', author_email = 'cmacmackin@gmail.com', url = 'https://github.com/cmacmackin/markdown-include/', - download_url = 'https://github.com/cmacmackin/markdown-include/tarball/v0.5.1', + download_url = 'https://github.com/cmacmackin/markdown-include/tarball/v0.6.0', keywords = ['Markdown', 'typesetting', 'include', 'plugin', 'extension'], classifiers=[ # How mature is this project? Common values are