diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-22 16:37:53 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-22 16:37:53 -0700 |
commit | 67e6373838c06d74ec596ed7f880214c2b34c5e6 (patch) | |
tree | b09381abea8a046dd38365cf33d6278315c1bc64 /setup.py | |
parent | 762c94717482090dd4d63de5950e8dd1500419c9 (diff) | |
download | cmd2-git-67e6373838c06d74ec596ed7f880214c2b34c5e6.tar.gz |
Bumping version to 0.7.3a
Changing to alpha version just to avoid confusion with release in PyPI
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Setuptools setup file, used to install or test 'cmd2' """ from setuptools import setup -VERSION = '0.7.2' +VERSION = '0.7.3a' DESCRIPTION = "Extra features for standard library's cmd module" LONG_DESCRIPTION = """cmd2 is an enhancement to the standard library's cmd module for Python 2.7 |