From fe017cbcc8e7c7a9b79d4691d0dbce3dc4c1b2e0 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Sun, 9 Aug 2020 11:06:04 +0530 Subject: [PATCH] v2.1.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fc9254..93fe991 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/2.1.6.tar.gz', + download_url = 'https://github.com/akamhy/waybackpy/archive/2.1.7.tar.gz', keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'], install_requires=[], python_requires= ">=2.7",