From 3513feb075f3840e25cd53f81f41d609341fedef Mon Sep 17 00:00:00 2001 From: akamhy <64683866+akamhy@users.noreply.github.com> Date: Tue, 5 May 2020 17:37:38 +0530 Subject: [PATCH] Update __init__.py --- waybackpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybackpy/__init__.py b/waybackpy/__init__.py index 98f15be..0764701 100644 --- a/waybackpy/__init__.py +++ b/waybackpy/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- from .wrapper import save, near, oldest, newest, get -__version__ = "v1.3" +__version__ = "v1.4" __all__ = ['wrapper', 'exceptions']