Fix package

This commit is contained in:
Alex Root Junior 2020-05-06 01:42:40 +03:00
parent d4a2d2ea5e
commit b097680f3c
4 changed files with 12 additions and 37 deletions

View file

@ -1,4 +1,3 @@
from ._meta import VERSION
from .api import methods, types
from .api.client import session
from .api.client.bot import Bot
@ -29,5 +28,5 @@ __all__ = (
"handler",
)
__version__ = VERSION
__version__ = '3.0.0a4'
__api_version__ = "4.8"