From ba1c02ffda721663ec6fc5405766a164cc683137 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Mon, 14 Dec 2020 00:02:09 +0530 Subject: [PATCH] v2.3.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a1f62f6..7334c82 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ setup( author=about['__author__'], author_email=about['__author_email__'], url=about['__url__'], - download_url='https://github.com/akamhy/waybackpy/archive/2.2.0.tar.gz', - keywords=['waybackpy', 'archive', 'archive website', 'wayback machine', 'Internet Archive'], + download_url='https://github.com/akamhy/waybackpy/archive/2.3.0.tar.gz', + keywords=['Archive It', 'Archive Website', 'Wayback Machine', 'waybackurls', 'Internet Archive'], install_requires=[], python_requires=">=3.4", classifiers=[