From 09f59b0182c1d307b98c1d27a27750014098f899 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Fri, 24 Jul 2020 01:03:04 +0530 Subject: [PATCH] v2.1.4 --- waybackpy/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index 4df201d..2bc58b5 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.3" +__version__ = "2.1.4" __author__ = "akamhy" __author_email__ = "akash3pro@gmail.com" __license__ = "MIT"