mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Change Bot API version.
This commit is contained in:
parent
ef3b59c63c
commit
751929cb1d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ except ImportError as e:
|
|||
from .utils.versions import Stage, Version
|
||||
|
||||
VERSION = Version(1, 0, 1, stage=Stage.DEV, build=0)
|
||||
API_VERSION = Version(3, 4)
|
||||
API_VERSION = Version(3, 5)
|
||||
|
||||
__version__ = VERSION.version
|
||||
__api_version__ = API_VERSION.version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue