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