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