Change version

This commit is contained in:
M-307 2022-07-05 13:38:22 +07:00
parent 9b679faf89
commit 181e16c04a

View File

@ -1,6 +1,7 @@
from .client import *
from .exception import *
from .model import *
from .utils import *
__VERSION__ = '1.0.0'
__AUTHOR__ = 'M-307'
__VERSION__ = VERSION
__AUTHOR__ = AUTHOR