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