From 3e37420e362659f1f73d65f708a552fce1369b6b Mon Sep 17 00:00:00 2001 From: Zach Hannum Date: Mon, 14 Mar 2022 09:58:13 -0400 Subject: [PATCH] Bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 68db356..2467f9d 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name='mkdocs-autolinks-plugin', - version='0.4.0', + version='0.5.0', description='An MkDocs plugin', long_description='An MkDocs plugin that automagically generates relative links between markdown pages', keywords='mkdocs', url='https://github.com/midnightprioriem/mkdocs-autolinks-plugin', - download_url='https://github.com/midnightprioriem/mkdocs-autolinks-plugin/archive/v_040.tar.gz', + download_url='https://github.com/midnightprioriem/mkdocs-autolinks-plugin/archive/v_050.tar.gz', author='Zach Hannum', author_email='zacharyhannum@gmail.com', license='MIT',