From 49089b73210b3941486d9b33e8371a0f3df59a4c Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Sat, 18 Jul 2020 17:09:07 +0530 Subject: [PATCH] 2.0.0 link --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e27f462..d26e373 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.6.tar.gz', + download_url = 'https://github.com/akamhy/waybackpy/archive/2.0.0.tar.gz', keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'], install_requires=[], python_requires= ">=2.7",