summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcatherine <catherine@localhost>2008-06-09 12:09:10 -0400
committercatherine <catherine@localhost>2008-06-09 12:09:10 -0400
commitf639b95695c9d06b3859fd89b69f8122e025a942 (patch)
tree1df5b3a54a516d99d8438a2dd3a6ce0f4b83a7e9
parent3f11bec7b5012259734735a7610220a1d5f3413f (diff)
downloadcmd2-hg-f639b95695c9d06b3859fd89b69f8122e025a942.tar.gz
version number up
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c72f87c..52ca341 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="cmd2",
- version="0.3.3",
+ version="0.3.4",
py_modules = ['cmd2','flagReader','bootstrap'],
# metadata for upload to PyPI