fix bug when #client not exist
[rainbowstream.git] / setup.py
index c1200cdde30838562ac1f41de2950189cc82e86d..4cb4e697775df176d11391e3b011f5bd5c1625aa 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.7'
+version = '1.0.9'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",