changeset 95:199a08e3ae72

ready ? with 0.3.7
author catherine@dellzilla
date Fri, 26 Sep 2008 13:03:25 -0400
parents 414a78c16ce9
children 9dcdea6f11fc
files cmd2.py setup.py
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmd2.py	Wed Sep 24 18:00:22 2008 -0400
+++ b/cmd2.py	Fri Sep 26 13:03:25 2008 -0400
@@ -24,6 +24,7 @@
 """
 import cmd, re, os, sys, optparse, subprocess, tempfile, pyparsing, doctest
 from optparse import make_option
+__version__ = '0.3.7'
 
 class OptionParser(optparse.OptionParser):
     def exit(self, status=0, msg=None):
--- a/setup.py	Wed Sep 24 18:00:22 2008 -0400
+++ b/setup.py	Fri Sep 26 13:03:25 2008 -0400
@@ -3,7 +3,7 @@
 
 setup(
     name="cmd2",
-    version="0.3.6",
+    version="0.3.7",
     py_modules = ['cmd2','flagReader','bootstrap'],
     
     # metadata for upload to PyPI