summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 16:23:54 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 16:23:54 -0600
commitf7369577f35f5f682070e9c0df15265efbe83002 (patch)
tree27b655d63e0a1395ad7be3ef2219c0b82fec883f /cmd2/cmd2.py
parent3b49e52cc55cbfc7ed8fa0cedc97d626325a4bd1 (diff)
parenta72219b1431627fdd2ce500d5f0f2bad26b3a6d3 (diff)
downloadcmd2-git-f7369577f35f5f682070e9c0df15265efbe83002.tar.gz
Merge branch 'master' into plugin_functions
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 045e6a1b..9f2181d0 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -124,7 +124,7 @@ try:
except ImportError:
ipython_available = False
-__version__ = '0.9.0'
+__version__ = '0.9.1'
# optional attribute, when tagged on a function, allows cmd2 to categorize commands