From 16f94db144c455975fd2209f85e04b563b8de7bc Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Wed, 9 Feb 2022 14:33:16 +0530 Subject: [PATCH] incr version to v3.0.3 --- waybackpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybackpy/__init__.py b/waybackpy/__init__.py index 5939946..bf80948 100644 --- a/waybackpy/__init__.py +++ b/waybackpy/__init__.py @@ -6,7 +6,7 @@ __description__ = ( "Archive pages and retrieve archived pages easily." ) __url__ = "https://akamhy.github.io/waybackpy/" -__version__ = "3.0.2" +__version__ = "3.0.3" __download_url__ = f"https://github.com/akamhy/waybackpy/archive/{__version__}.tar.gz" __author__ = "Akash Mahanty" __author_email__ = "akamhy@yahoo.com"