X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=43343b3a39d2a0991cb3a685c125e0c23907acb3;hp=e352cfdf8f2482a910f7575a7b99db6740e1208d;hb=38a6dc308c60aa43ad84f9ff0b9230540518ec28;hpb=779b06408936e365b959bcf5365d3b051fa628e7 diff --git a/setup.py b/setup.py index e352cfd..43343b3 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,12 @@ import os import os.path # Bumped version -version = '0.7.1' +version = '0.9.5' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter",