summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorZach Smith <zd@zdsmith.com>2015-12-28 15:16:27 -0500
committerZach Smith <zd@zdsmith.com>2015-12-28 15:16:53 -0500
commit86296837d8ce61abed323dbb9cc14491519e7811 (patch)
treed331f3e853d25e4a9fc27805e8909751d4334c4c /setup.py
parent7e51c3babec9f5dac3487f42008c3da58f6da4fd (diff)
downloadpycco-86296837d8ce61abed323dbb9cc14491519e7811.tar.gz
Point correctly to stylesheet
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1ba701b..6405ca9 100644
--- a/setup.py
+++ b/setup.py
@@ -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.
""",