diff --git a/setup.py b/setup.py index 4d7ff42..7b4bcb7 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( author = about['__author__'], author_email = about['__author_email__'], url = about['__url__'], - download_url = 'https://github.com/akamhy/waybackpy/archive/v1.4.tar.gz', + download_url = 'https://github.com/akamhy/waybackpy/archive/v1.5.tar.gz', keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'], install_requires=[], python_requires= ">=2.7",