Update __init__.py

This commit is contained in:
akamhy 2020-05-05 17:37:38 +05:30 committed by GitHub
parent d34b98373f
commit 3513feb075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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