mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
7 lines
152 B
Python
7 lines
152 B
Python
from .utils.versions import Version, Stage
|
|
from .bot import Bot
|
|
|
|
|
|
VERSION = Version(0, 3, 3, stage=Stage.FINAL, build=0)
|
|
|
|
__version__ = VERSION.version
|