summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2008-10-29 11:04:51 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2008-10-29 11:04:51 -0400
commit55fa41fbc58c718deb34a57586f2c8f78d955f45 (patch)
tree235daba5a9b1df21a537cc3b574a1a076da689b4 /setup.py
parentbd35f016762e6600b1d80e34a098a2a9b2258da6 (diff)
downloadcmd2-git-0.4.2.tar.gz
get 0.4.1 to assembla, darn it0.4.2
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 6d4756a8..9ff5aac0 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="cmd2",
- version="0.4",
+ version="0.4.1",
py_modules=["cmd2",],
# metadata for upload to PyPI