trivival coloring
authorOrakaro <nhatminh_179@hotmail.com>
Sat, 13 Sep 2014 15:41:55 +0000 (00:41 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sat, 13 Sep 2014 15:41:55 +0000 (00:41 +0900)
docs/conf.py
rainbowstream/rainbow.py
setup.py

index d222facdb4f102b2005efff70bb7b3fcb8d9f4eb..113b0ae41b38d1995e644ef6965b6527cd59aef9 100644 (file)
@@ -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.
index 74e7c2baf00629e45afee62f7153cff2f210d0c3..5f7ab72b03d64138d5bb4ff1da55fcce2913727f 100644 (file)
@@ -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()
index e20ec03c6d70a8908e66a2b62c22300d977b63b9..d5f6bbaf7552a659a67e6a9bc00c4f9b699c55fb 100644 (file)
--- 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 = [