diff options
author | kotfu <kotfu@kotfu.net> | 2018-07-29 18:15:14 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-07-29 18:15:14 -0600 |
commit | 4da2d373319ef03d62dd5b0bbd1a8e7609a6c483 (patch) | |
tree | 1579c31a2aab76407911f3c6c607476c2e300370 /cmd2/cmd2.py | |
parent | 2cfeac8ff7e5457b63b19057b8ab012663968e09 (diff) | |
download | cmd2-git-4da2d373319ef03d62dd5b0bbd1a8e7609a6c483.tar.gz |
Use setuptools_scm for version numbers
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 875cef59..7dffa4f8 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -116,8 +116,6 @@ try: except ImportError: # pragma: no cover ipython_available = False -__version__ = '0.9.4' - # optional attribute, when tagged on a function, allows cmd2 to categorize commands HELP_CATEGORY = 'help_category' |