From bbb8d5d775e05ba2ace1233e45466193b4d6fd58 Mon Sep 17 00:00:00 2001 From: Adam Twardoch Date: Thu, 11 May 2017 01:58:53 +0200 Subject: [PATCH] v0.3.0.1 --- py-requirements.txt | 4 ++-- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/py-requirements.txt b/py-requirements.txt index 2099424..9610787 100644 --- a/py-requirements.txt +++ b/py-requirements.txt @@ -1,3 +1,3 @@ -Markdown>=2.6.7 -mkdocs>=0.16.1 +Markdown>=2.6.8 +mkdocs>=0.16.3 markdown-include>=0.5.1 diff --git a/setup.py b/setup.py index f696254..d68159a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.3.0.0', + version='0.3.0.1', description='Combines a MkDocs Markdown site into a single Markdown file', @@ -80,8 +80,8 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['mkdocs>=0.16.1', - 'Markdown>=2.6.7', + install_requires=['mkdocs>=0.16.3', + 'Markdown>=2.6.8', 'markdown-include>=0.5.1' ],