From 3b104c1a28686c0aa9fe4e35c5a9ae0baa74b200 Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Thu, 7 May 2020 19:03:02 +0530 Subject: [PATCH] v1.5 --- waybackpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybackpy/__init__.py b/waybackpy/__init__.py index af264f8..8621018 100644 --- a/waybackpy/__init__.py +++ b/waybackpy/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- from .wrapper import save, near, oldest, newest, get, clean_url, url_check, total_archives -__version__ = "v1.4" +__version__ = "v1.5" __all__ = ['wrapper', 'exceptions']