mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Oops add Versions util
This commit is contained in:
parent
539d61faa6
commit
84f3b8fdd5
2 changed files with 92 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue