From 925be7b17ef105c71a8a4911b0cc106968f5e6a1 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Sat, 17 Oct 2020 17:10:46 +0530 Subject: [PATCH] V2.2.0 --- setup.py | 4 ++-- waybackpy/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e57670b..523bdb4 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.1.9.tar.gz', - keywords = ['wayback', 'archive', 'archive website', 'wayback machine', 'Internet Archive'], + download_url = 'https://github.com/akamhy/waybackpy/archive/2.2.0.tar.gz', + keywords = ['waybackpy', 'archive', 'archive website', 'wayback machine', 'Internet Archive'], install_requires=[], python_requires= ">=3.2", classifiers=[ diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index bc9f0d7..66321c3 100644 --- a/waybackpy/__version__.py +++ b/waybackpy/__version__.py @@ -3,7 +3,7 @@ __title__ = "waybackpy" __description__ = "A Python package that interfaces with the Internet Archive's Wayback Machine API. Archive pages and retrieve archived pages easily." __url__ = "https://akamhy.github.io/waybackpy/" -__version__ = "2.1.9" +__version__ = "2.2.0" __author__ = "akamhy" __author_email__ = "akash3pro@gmail.com" __license__ = "MIT"