diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2008-10-29 11:04:51 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2008-10-29 11:04:51 -0400 |
| commit | 55fa41fbc58c718deb34a57586f2c8f78d955f45 (patch) | |
| tree | 235daba5a9b1df21a537cc3b574a1a076da689b4 | |
| parent | bd35f016762e6600b1d80e34a098a2a9b2258da6 (diff) | |
| download | cmd2-git-0.4.2.tar.gz | |
get 0.4.1 to assembla, darn it0.4.2
| -rwxr-xr-x | cmd2.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ flagReader.py options are still supported for backward compatibility """
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):
@@ -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 |
