From ca144ef35d16078fee5b31f19010401358946443 Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sun, 19 Jul 2020 03:18:57 -0600 Subject: [PATCH] final version pushed to pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__