File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 105
105
else :
106
106
BROKEN_PIPE_ERROR = IOError
107
107
108
- __version__ = '0.7.8 '
108
+ __version__ = '0.7.9a '
109
109
110
110
# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
111
111
pyparsing .ParserElement .enablePackrat ()
Original file line number Diff line number Diff line change 5
5
"""
6
6
from setuptools import setup
7
7
8
- VERSION = '0.7.8 '
8
+ VERSION = '0.7.9a '
9
9
DESCRIPTION = "cmd2 - a tool for building interactive command line applications in Python"
10
10
LONG_DESCRIPTION = """cmd2 is a tool for building interactive command line applications in Python. Its goal is to make
11
11
it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It
Original file line number Diff line number Diff line change 24
24
25
25
26
26
def test_ver ():
27
- assert cmd2 .__version__ == '0.7.8 '
27
+ assert cmd2 .__version__ == '0.7.9a '
28
28
29
29
30
30
def test_empty_statement (base_app ):
You can’t perform that action at this time.
0 commit comments