catch IOError when config not exists
[rainbowstream.git] / setup.py
index b9cf53935ae984ba1d81977692dfb0b5f82cc64e..77c7de51e8ae6ce0d156dcc8b0c0dcf1acf3a4b5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.6.2'
+version = '0.8.0'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",