Oops add Versions util

This commit is contained in:
Alex Root Junior 2017-07-24 22:25:35 +03:00
parent 539d61faa6
commit 84f3b8fdd5
2 changed files with 92 additions and 7 deletions

View file

@ -1,11 +1,7 @@
from aiogram.utils.versions import Version
from .bot import Bot
major_version = 0
minor_version = 3
major_build = 1
build_type = ''
build_number = ''
VERSION = Version(0, 3, 2, build=2)
__version__ = f"{major_version}.{minor_version}.{major_build}.{build_type}{build_number}"
__version__ = VERSION.version