From d75f9ad461042d083ba9de6233b4020279a407bb Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Fri, 18 Sep 2015 18:56:44 -0600 Subject: [PATCH] 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9dd6f8..46c8949 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def long_desc(): setup( name='shellish', - version='0.5.1', + version='0.5.2', description='A framework for CLI/shell programs.', author='Justin Mayfield', author_email='tooker@gmail.com',