X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=8a1cf099195a177b94c4aff74279b5c3245e3b6c;hb=03c0d30be5c9eff80893cce9320a01ef3ce918a5;hp=c1200cdde30838562ac1f41de2950189cc82e86d;hpb=8715dda0d85c8aba3aceda1dc6de5c9b5ef127cc;p=rainbowstream.git diff --git a/setup.py b/setup.py index c1200cd..8a1cf09 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,12 @@ import os import os.path # Bumped version -version = '0.7.7' +version = '0.8.7' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter",