summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2013-08-14 16:44:20 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2013-08-14 16:44:20 -0400
commit774834373037cab9c313a8337c1a46ed1a93d5fd (patch)
treeac811d1d1e8586b52cdfa2064a16b30ec909654a /cmd2.py
parent57ff26f4a99812054cb1e7530563d18ce13a3c29 (diff)
downloadcmd2-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-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index b7de403a..d991579c 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -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()