Added conversation command
[rainbowstream.git] / setup.py
index 90653fd8985833ba42352adc3c9a07ec92a2ba44..55854d73d853d173c6e594fa62b37e6476916ca5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,11 +3,12 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.5'
+version = '0.8.1'
 
 # Require
 install_requires = [
     "python-dateutil",
+    "arrow",
     "requests",
     "pyfiglet",
     "twitter",