From d98c4f32ad8b7d8e92276cd84379909a646cf0c5 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Tue, 5 Jan 2021 01:48:54 +0530 Subject: [PATCH] v2.3.3 --- waybackpy/__version__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/waybackpy/__version__.py b/waybackpy/__version__.py index fc1bb3d..2f7f6fe 100644 --- a/waybackpy/__version__.py +++ b/waybackpy/__version__.py @@ -1,12 +1,10 @@ -# -*- coding: utf-8 -*- - __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.3.2" +__version__ = "2.3.3" __author__ = "akamhy" __author_email__ = "akamhy@yahoo.com" __license__ = "MIT"