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 105105else :
106106 BROKEN_PIPE_ERROR = IOError
107107
108- __version__ = '0.7.8 '
108+ __version__ = '0.7.9a '
109109
110110# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
111111pyparsing .ParserElement .enablePackrat ()
Original file line number Diff line number Diff line change 55"""
66from setuptools import setup
77
8- VERSION = '0.7.8 '
8+ VERSION = '0.7.9a '
99DESCRIPTION = "cmd2 - a tool for building interactive command line applications in Python"
1010LONG_DESCRIPTION = """cmd2 is a tool for building interactive command line applications in Python. Its goal is to make
1111it 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 2424
2525
2626def test_ver ():
27- assert cmd2 .__version__ == '0.7.8 '
27+ assert cmd2 .__version__ == '0.7.9a '
2828
2929
3030def test_empty_statement (base_app ):
You can’t perform that action at this time.
0 commit comments