From ac03309ca1b4fcaf8f85509862af86a632161622 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sun, 14 Sep 2014 00:41:55 +0900 Subject: [PATCH] trivival coloring --- docs/conf.py | 4 ++-- rainbowstream/rainbow.py | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 = [ -- 2.25.1