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']