From: Orakaro Date: Sat, 13 Sep 2014 15:41:55 +0000 (+0900) Subject: trivival coloring X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ac03309ca1b4fcaf8f85509862af86a632161622;p=rainbowstream.git trivival coloring --- diff --git a/docs/conf.py b/docs/conf.py index d222fac..113b0ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '1.0.3' +version = '1.0.4' # The full version, including alpha/beta/rc tags. -release = '1.0.3' +release = '1.0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 74e7c2b..5f7ab72 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1201,9 +1201,9 @@ def switch(): th.start() printNicely('') if args.filter: - printNicely(cyan('Include: ' + str(len(args.filter))) + ' people.') + printNicely(cyan('Include: ' + str(len(args.filter)) + ' people.')) if args.ignore: - printNicely(red('Ignore: ' + str(len(args.ignore))) + ' people.') + printNicely(red('Ignore: ' + str(len(args.ignore)) + ' people.')) printNicely('') except Exception: debug_option() diff --git a/setup.py b/setup.py index e20ec03..d5f6bba 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '1.0.3' +version = '1.0.4' # Require install_requires = [