X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=setup.py;h=8a1cf099195a177b94c4aff74279b5c3245e3b6c;hb=67c663f814e895d4cb8ec95ee76d60db1456c6c5;hp=e3532579bb86e416db9852ff9be941c7ee7f32ed;hpb=b7c9c57089a6af1d818b72bbab96a7f15871c0d1;p=rainbowstream.git diff --git a/setup.py b/setup.py index e353257..8a1cf09 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,12 @@ import os import os.path # Bumped version -version = '0.7.8' +version = '0.8.7' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter",