X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=5d1ff93efc880352de2fb67e92bfdb942a72caec;hp=642440e349dfb16a05f7135712d02f1c59c6578e;hb=eb9b6273dc3f382b20ee055dc7ed4d3116532874;hpb=612d6863fd6edb0bd9e88548721697ee4e8ddd91 diff --git a/setup.py b/setup.py index 642440e..5d1ff93 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,12 @@ import os import os.path # Bumped version -version = '0.6.6' +version = '1.1.0' # Require install_requires = [ "python-dateutil", + "arrow", "requests", "pyfiglet", "twitter",