From 6b6d9ca901104c6c028751324b048af3d0880a45 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Wed, 9 Oct 2019 15:32:51 -0300 Subject: [PATCH] v0.3.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb95f90..c684d10 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ required = [ setup( name='crayons', - version='0.2.0', + version='0.3.0', description='TextUI colors for Python.', long_description=long_description, author='Kenneth Reitz',