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