mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 20:02:22 +00:00
Fix package
This commit is contained in:
parent
d4a2d2ea5e
commit
b097680f3c
4 changed files with 12 additions and 37 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue