This commit is contained in:
akamhy 2020-05-05 11:29:22 +05:30 committed by GitHub
parent 031212e161
commit edd05838b8
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
__version__ = "v1.2"
__version__ = "v1.3"
__all__ = ['wrapper', 'exceptions']