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',