From 66fd8acb49c4bee4073f537de539b4e1badfc4b7 Mon Sep 17 00:00:00 2001 From: dongweiming Date: Wed, 1 Feb 2017 13:29:20 +0800 Subject: [PATCH] update PYPI package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6af0562..b57408a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requires = ['argparse', 'pygments', 'babel'] setup( name='colout', - version='0.1', + version='0.5', description='Color Up Arbitrary Command Output.', long_description=open('README.md').read(), author='nojhan',