diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2010-10-15 12:15:51 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2010-10-15 12:15:51 -0700 |
commit | 7f5e2542bf0f198f4ae495e9f62089dd5042f179 (patch) | |
tree | 565425468050cdf23a36f44b97e6403e333f3dc0 /setup.py | |
parent | cb318b68ddb42ea6115a711600d72c8e846a19e9 (diff) | |
download | pycco-7f5e2542bf0f198f4ae495e9f62089dd5042f179.tar.gz |
Bumping minor version0.1.2
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ from setuptools import setup setup(name="Pycco", - version="0.1.1", + version="0.1.2", description="""A Python port of Docco: the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.""", author="Nick Fitzgerald", |