This commit is contained in:
akamhy
2020-05-05 11:29:22 +05:30
committed by GitHub
parent 031212e161
commit edd05838b8

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