Change Bot API version.

This commit is contained in:
Alex Root Junior 2017-11-21 00:54:57 +02:00
parent ef3b59c63c
commit 751929cb1d

View file

@ -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