aiogram/aiogram/__init__.py
2017-08-04 17:32:21 +03:00

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