Skip to content

Commit bbb8d5d

Browse files
committed
v0.3.0.1
1 parent 836fcf3 commit bbb8d5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

py-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Markdown>=2.6.7
2-
mkdocs>=0.16.1
1+
Markdown>=2.6.8
2+
mkdocs>=0.16.3
33
markdown-include>=0.5.1

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Versions should comply with PEP440. For a discussion on single-sourcing
2222
# the version across setup.py and the project code, see
2323
# https://packaging.python.org/en/latest/single_source_version.html
24-
version='0.3.0.0',
24+
version='0.3.0.1',
2525

2626
description='Combines a MkDocs Markdown site into a single Markdown file',
2727

@@ -80,8 +80,8 @@
8080
# your project is installed. For an analysis of "install_requires" vs pip's
8181
# requirements files see:
8282
# https://packaging.python.org/en/latest/requirements.html
83-
install_requires=['mkdocs>=0.16.1',
84-
'Markdown>=2.6.7',
83+
install_requires=['mkdocs>=0.16.3',
84+
'Markdown>=2.6.8',
8585
'markdown-include>=0.5.1'
8686
],
8787

0 commit comments

Comments
 (0)