From 57a32669b522d7228ed1f4ce754fd39b54a17572 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Sun, 9 Aug 2020 11:06:29 +0530 Subject: [PATCH] v2.1.7 --- waybackpy/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index 6883ae4..cd0daf7 100644 --- a/waybackpy/__version__.py +++ b/waybackpy/__version__.py @@ -3,7 +3,7 @@ __title__ = "waybackpy" __description__ = "A Python library 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.6" +__version__ = "2.1.7" __author__ = "akamhy" __author_email__ = "akash3pro@gmail.com" __license__ = "MIT"