From 287ff7b4d7736212bb65628c05fbe0132ae9b93b Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Fri, 28 Aug 2015 15:10:32 -0600 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e443c09..5d9aa3b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def long_desc(): setup( name='shellish', - version='0.2.0', + version='0.2.1', description='A framework for CLI/shell programs.', author='Justin Mayfield', author_email='tooker@gmail.com',