X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=e20ec03c6d70a8908e66a2b62c22300d977b63b9;hp=636e6aae18c5ba84e02ae953eaf941465c767921;hb=ee4c94b18baa82ab5d978aa1909360417b43553d;hpb=9c37209ba97ff291a21cd7d936988c8d5b5fc1d2 diff --git a/setup.py b/setup.py index 636e6aa..e20ec03 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,12 @@ import os import os.path # Bumped version -version = '0.6.7' +version = '1.0.3' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter",