add comments and fix bug in upgrade_center with python3
[rainbowstream.git] / setup.py
index df66bb773a462894fa07bc1996020be1417f541b..07e5aa5a2ddfb5996047f917ec3392a107f0a7b1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.2'
+version = '1.0.6'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",