diff options
author | Zach Smith <zd@zdsmith.com> | 2015-12-28 15:16:27 -0500 |
---|---|---|
committer | Zach Smith <zd@zdsmith.com> | 2015-12-28 15:16:53 -0500 |
commit | 86296837d8ce61abed323dbb9cc14491519e7811 (patch) | |
tree | d331f3e853d25e4a9fc27805e8909751d4334c4c /setup.py | |
parent | 7e51c3babec9f5dac3487f42008c3da58f6da4fd (diff) | |
download | pycco-86296837d8ce61abed323dbb9cc14491519e7811.tar.gz |
Point correctly to stylesheet
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="Pycco", - version="0.4", + version="0.4.1", description="""A Python port of Docco: the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. """, |