diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-29 22:57:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-29 22:57:09 -0700 |
commit | 34adfe4bf24b825095337fb272b9ba98eccbe714 (patch) | |
tree | e89408529990954a863d8d9d4743045c571e3c1f /cmd2/cmd2.py | |
parent | 2cfeac8ff7e5457b63b19057b8ab012663968e09 (diff) | |
parent | 2cc07ec8e739517992788dc8eb858a6d40eb24f3 (diff) | |
download | cmd2-git-34adfe4bf24b825095337fb272b9ba98eccbe714.tar.gz |
Merge pull request #481 from python-cmd2/version_number
Use setuptools_scm for version number
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' |