add share command and show Twitter client name
[rainbowstream.git] / setup.py
index da183cccb2a306c5749c4f54c42a13756bcfdbcf..82eed6e3ca762b6251d55222ac160e75ab0e3a2a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.0'
+version = '1.0.8'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",