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