summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2008-07-30 12:41:14 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2008-07-30 12:41:14 -0400
commitf11a019bc8bc55943e03fd2914c8d5a7ea08c165 (patch)
tree0465d011b61490a78fbf054b8eef3a2a732d1c43 /setup.py
parent38efc09b19399165a253028bd8b827dee4c45054 (diff)
downloadcmd2-git-f11a019bc8bc55943e03fd2914c8d5a7ea08c165.tar.gz
0.3.5
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 e02178f8..82ae3447 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="cmd2",
- version="0.3.4.1",
+ version="0.3.5",
py_modules = ['cmd2','flagReader','bootstrap'],
# metadata for upload to PyPI