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