changeset 124:fad4dde06be8 0.4.2

get 0.4.1 to assembla, darn it
author catherine@dellzilla
date Wed, 29 Oct 2008 11:04:51 -0400
parents 2402bd2f8af4
children be7c2f2874a9 e3ea21450237
files cmd2.py setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cmd2.py	Wed Oct 29 10:56:22 2008 -0400
+++ b/cmd2.py	Wed Oct 29 11:04:51 2008 -0400
@@ -25,7 +25,7 @@
 """
 import cmd, re, os, sys, optparse, subprocess, tempfile, pyparsing, doctest, unittest
 from optparse import make_option
-__version__ = '0.4'
+__version__ = '0.4.1'
 
 class OptionParser(optparse.OptionParser):
     def exit(self, status=0, msg=None):
--- a/setup.py	Wed Oct 29 10:56:22 2008 -0400
+++ b/setup.py	Wed Oct 29 11:04:51 2008 -0400
@@ -3,7 +3,7 @@
 
 setup(
     name="cmd2",
-    version="0.4",
+    version="0.4.1",
     py_modules=["cmd2",],
     
     # metadata for upload to PyPI