rearrange functions and add docs
[rainbowstream.git] / setup.py
index 642440e349dfb16a05f7135712d02f1c59c6578e..23e51f50d22b2356b5e260632b3598f8d7956ec7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.6.6'
+version = '0.8.2'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",