summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 15:01:09 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 15:01:09 -0600
commit65016d2a58f58f042ab7017f156e1054602363dd (patch)
tree879354647f66a743894ebd37cdbeb7e601584eef /cmd2/cmd2.py
parent90765495f6385f8765bad94c5286b2da48bf1ba5 (diff)
downloadcmd2-git-65016d2a58f58f042ab7017f156e1054602363dd.tar.gz
Update version to 0.9.1rc1 to try and fix #421
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 ce19cda8..44867e5a 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.1rc1'
# optional attribute, when tagged on a function, allows cmd2 to categorize commands