This commit is contained in:
akamhy 2020-05-07 19:03:02 +05:30 committed by GitHub
parent fb0d4658a7
commit 3b104c1a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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