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