Skip to content

Commit

Permalink
v0.3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed May 10, 2017
1 parent 836fcf3 commit bbb8d5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions py-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down Expand Up @@ -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'
],

Expand Down

0 comments on commit bbb8d5d

Please sign in to comment.