diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-28 23:58:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 23:58:44 -0400 |
commit | e03c6c25f6804f9895c29175e4e8bc7b98ba361e (patch) | |
tree | 70510ce430ec6230f528c321f6df222607f93e74 /cmd2/cmd2.py | |
parent | d5cacbf99100e722d265816483c8953d7e81a3b6 (diff) | |
parent | 21f45c49898740adb5bb84258e6c3d744eab5520 (diff) | |
download | cmd2-git-e03c6c25f6804f9895c29175e4e8bc7b98ba361e.tar.gz |
Merge pull request #456 from python-cmd2/table_display0.9.2
table_display.py example now uses tableformatter instead of tabulate
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 85439927..9c36a975 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -114,7 +114,7 @@ try: except ImportError: # pragma: no cover ipython_available = False -__version__ = '0.9.2a' +__version__ = '0.9.2' # optional attribute, when tagged on a function, allows cmd2 to categorize commands |