update PYPI package version

This commit is contained in:
dongweiming 2017-02-01 13:29:20 +08:00
commit 66fd8acb49

View file

@ -20,7 +20,7 @@ requires = ['argparse', 'pygments', 'babel']
setup( setup(
name='colout', name='colout',
version='0.1', version='0.5',
description='Color Up Arbitrary Command Output.', description='Color Up Arbitrary Command Output.',
long_description=open('README.md').read(), long_description=open('README.md').read(),
author='nojhan', author='nojhan',