add detail of share command to document
[rainbowstream.git] / setup.py
index e3532579bb86e416db9852ff9be941c7ee7f32ed..5d1ff93efc880352de2fb67e92bfdb942a72caec 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.8'
+version = '1.1.0'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",