final version pushed to pypi

This commit is contained in:
Mathew Guest 2020-07-19 03:18:57 -06:00
parent 7bd6e11378
commit ca144ef35d

@ -19,7 +19,7 @@ from setuptools import setup
import os import os
__project__ = 'app_skellington' __project__ = 'app_skellington'
__version__ = '0.1.4' __version__ = '0.1.1'
__description__ = 'A high-powered command line menu framework.' __description__ = 'A high-powered command line menu framework.'
long_description = __description__ long_description = __description__