diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2011-08-25 16:27:42 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2011-08-25 16:27:42 -0400 |
| commit | 01be564e40329f1fc12a6f9b024a7d8442b8ebcd (patch) | |
| tree | f30469c4203e3b0f145f7e4dbeeef03b47a6256b | |
| parent | 4074386806bcdc17980abe5526c841b5302ffb31 (diff) | |
| download | cmd2-git-0.6.4.tar.gz | |
to version 0.6.40.6.4
| -rwxr-xr-x | cmd2.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ from code import InteractiveConsole, InteractiveInterpreter from optparse import make_option import pyparsing -__version__ = '0.6.3' +__version__ = '0.6.4' if sys.version_info[0] == 2: pyparsing.ParserElement.enablePackrat() @@ -10,7 +10,7 @@ import sys install_requires = ['pyparsing>=1.5.6'] setup( name="cmd2", - version="0.6.3", + version="0.6.4", py_modules=["cmd2"], use_2to3=True, |
