From e789b630d2b16bc96da603d96d5144446a1cd3e0 Mon Sep 17 00:00:00 2001 From: Ross Crawford-d'Heureuse Date: Thu, 17 Dec 2020 19:35:35 +0100 Subject: [PATCH] 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 048cda3..197d1e9 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def run_tests(self): setup( name='mkdocs-markdownextradata-plugin', - version='0.1.9', + version='0.2.0', description='A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template', long_description=read('README.md'), long_description_content_type='text/markdown',