Skip to content

Commit 8d67aa8

Browse files
committed
Updated setup.py
1 parent a185ff7 commit 8d67aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
setup(
1212
name = 'markdown-include',
1313
packages = find_packages(),
14-
version = '0.4.1',
14+
version = '0.4.2',
1515
description = 'This is an extension to Python-Markdown which provides an "include" function, similar to that found in LaTeX (and also the C pre-processor and Fortran). I originally wrote it for my FORD Fortran auto-documentation generator.',
1616
long_description = long_description,
1717
author = 'Chris MacMackin',
1818
author_email = '[email protected]',
1919
url = 'https://github.com/cmacmackin/markdown-include/',
20-
download_url = 'https://github.com/cmacmackin/markdown-include/tarball/v0.4.1',
20+
download_url = 'https://github.com/cmacmackin/markdown-include/tarball/v0.4.2',
2121
keywords = ['Markdown', 'typesetting', 'include', 'plugin', 'extension'],
2222
classifiers=[
2323
# How mature is this project? Common values are

0 commit comments

Comments
 (0)