Bump API and framework versions

This commit is contained in:
Alex Root Junior 2020-01-23 23:21:49 +02:00
parent 11eeaa0325
commit ad2bf96eb7
5 changed files with 6 additions and 6 deletions

View file

@ -38,5 +38,5 @@ __all__ = [
'utils'
]
__version__ = '2.5.3'
__api_version__ = '4.5'
__version__ = '2.6'
__api_version__ = '4.6'

View file

@ -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.5
List is updated to Bot API 4.6
"""
mode = HelperMode.lowerCamelCase