summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py2
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'