diff options
author | kotfu <jared@kotfu.net> | 2018-05-31 20:49:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 20:49:08 -0600 |
commit | 26c92194eaafd78100fe3aa4290e7fd67d8f3120 (patch) | |
tree | 4a6f91e376e703e44488b97a97d0756544831ec9 /cmd2/cmd2.py | |
parent | 7000604ac826a637539c388ad8f5ff8a3ebfc419 (diff) | |
parent | 9b63c7f6c9afea779793166351bac10c701d723c (diff) | |
download | cmd2-git-26c92194eaafd78100fe3aa4290e7fd67d8f3120.tar.gz |
Merge pull request #424 from python-cmd2/twine_test
Require minimum twine version for PyPI upload
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 b6e7cf19..2d8766f4 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -124,7 +124,7 @@ try: except ImportError: ipython_available = False -__version__ = '0.9.1' +__version__ = '0.9.2a' # optional attribute, when tagged on a function, allows cmd2 to categorize commands |