Version 1.2 with bug fixes and support for webpage retrieval (#4)

This commit is contained in:
akamhy
2020-05-05 09:03:16 +05:30
committed by GitHub
parent 929790feca
commit 09b4ba2649
4 changed files with 131 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from .wrapper import save, near, oldest, newest
from .wrapper import save, near, oldest, newest, get
__version__ = "1.1"
__version__ = "v1.2"
__all__ = ['wrapper', 'exceptions']