summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-31 20:52:07 -0600
committerkotfu <kotfu@kotfu.net>2018-05-31 20:52:07 -0600
commit7e1a3053b393a182894249218fd403236d7c74d8 (patch)
tree06fc92675b35324a802bbb10192d558df7c0c47d /cmd2/cmd2.py
parent7313fa467e6cb06e1f187dcbff2f643d13b4a0b2 (diff)
parent26c92194eaafd78100fe3aa4290e7fd67d8f3120 (diff)
downloadcmd2-git-7e1a3053b393a182894249218fd403236d7c74d8.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 c117b05b..1fcfa85e 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -123,7 +123,7 @@ try:
except ImportError:
ipython_available = False
-__version__ = '0.9.1'
+__version__ = '0.9.2a'
# optional attribute, when tagged on a function, allows cmd2 to categorize commands