ignore some FORMAT on config command and display direct link in share function inside...
[rainbowstream.git] / setup.py
index c9bd0ebb0f9b4a3cbed75871cb74199d0fa3bab6..5d1ff93efc880352de2fb67e92bfdb942a72caec 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.6.5'
+version = '1.1.0'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",