diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2013-08-14 16:44:20 -0400 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2013-08-14 16:44:20 -0400 |
commit | 774834373037cab9c313a8337c1a46ed1a93d5fd (patch) | |
tree | ac811d1d1e8586b52cdfa2064a16b30ec909654a /cmd2.py | |
parent | 57ff26f4a99812054cb1e7530563d18ce13a3c29 (diff) | |
download | cmd2-git-774834373037cab9c313a8337c1a46ed1a93d5fd.tar.gz |
v0.6.6.1. No code changes, but using Python2 to generate sdist to avoid writing 2to3 changes into PyPI.
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ from code import InteractiveConsole, InteractiveInterpreter from optparse import make_option import pyparsing -__version__ = '0.6.6' +__version__ = '0.6.6.1' if sys.version_info[0] == 2: pyparsing.ParserElement.enablePackrat() |