aiogram/aiogram/__init__.py

7 lines
150 B
Python

from .utils.versions import Version, Stage
from .bot import Bot
VERSION = Version(0, 3, 4, stage=Stage.DEV, build=0)
__version__ = VERSION.version