diff --git a/setup.py b/setup.py index 4411bcc..c487c5f 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import setup import os __project__ = 'app_skellington' -__version__ = '0.1.4' +__version__ = '0.1.1' __description__ = 'A high-powered command line menu framework.' long_description = __description__