From 0ce9351f72c311360e3ae45c0f07e51c79416d35 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 2 Apr 2021 10:40:26 +0530 Subject: [PATCH] 2.4.3 --- waybackpy/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index 3d8584f..34ca7b8 100644 --- a/waybackpy/__version__.py +++ b/waybackpy/__version__.py @@ -4,7 +4,7 @@ __description__ = ( "Archive pages and retrieve archived pages easily." ) __url__ = "https://akamhy.github.io/waybackpy/" -__version__ = "2.4.2" +__version__ = "2.4.3" __author__ = "akamhy" __author_email__ = "akamhy@yahoo.com" __license__ = "MIT"