File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ def __subclasshook__(cls, C):
124124except ImportError :
125125 ipython_available = False
126126
127- __version__ = '0.9.1rc1 '
127+ __version__ = '0.9.0.1 '
128128
129129
130130# optional attribute, when tagged on a function, allows cmd2 to categorize commands
Original file line number Diff line number Diff line change 6262# The short X.Y version.
6363version = '0.9'
6464# The full version, including alpha/beta/rc tags.
65- release = '0.9.1rc1 '
65+ release = '0.9.0.1 '
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 55"""
66from setuptools import setup
77
8- VERSION = '0.9.1rc1 '
8+ VERSION = '0.9.0.1 '
99DESCRIPTION = "cmd2 - a tool for building interactive command line applications in Python"
1010LONG_DESCRIPTION = """cmd2 is a tool for building interactive command line applications in Python. Its goal is to make
1111it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It
Original file line number Diff line number Diff line change 2828
2929
3030def test_ver ():
31- assert cmd2 .__version__ == '0.9.1rc1 '
31+ assert cmd2 .__version__ == '0.9.0.1 '
3232
3333
3434def test_empty_statement (base_app ):
You can’t perform that action at this time.
0 commit comments