mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
7 lines
150 B
Python
7 lines
150 B
Python
from .utils.versions import Version, Stage
|
|
from .bot import Bot
|
|
|
|
|
|
VERSION = Version(0, 3, 5, stage=Stage.DEV, build=0)
|
|
|
|
__version__ = VERSION.version
|