mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
AIOG-T-61 Bump version
This commit is contained in:
parent
de13dbf454
commit
50b5768759
5 changed files with 6 additions and 6 deletions
|
|
@ -43,5 +43,5 @@ __all__ = [
|
|||
'utils'
|
||||
]
|
||||
|
||||
__version__ = '2.8'
|
||||
__api_version__ = '4.8'
|
||||
__version__ = '2.9'
|
||||
__api_version__ = '4.9'
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ class Methods(Helper):
|
|||
"""
|
||||
Helper for Telegram API Methods listed on https://core.telegram.org/bots/api
|
||||
|
||||
List is updated to Bot API 4.8
|
||||
List is updated to Bot API 4.9
|
||||
"""
|
||||
mode = HelperMode.lowerCamelCase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue