Skip to content

Commit 1f3b682

Browse files
committed
Update version to 8.6
1 parent 919247a commit 1f3b682

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='vk_api',
16-
version='8.5',
16+
version='8.6',
1717
author='python273',
1818
author_email='[email protected]',
1919
url='https://github.com/python273/vk_api',

vk_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"""
1515

1616
__author__ = 'Kirill Python'
17-
__version__ = '8.5'
17+
__version__ = '8.6'
1818
__email__ = '[email protected]'
1919
__contact__ = 'https://vk.com/python273'

vk_api/vk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, login=None, password=None, number=None, sec_number=None,
3939
proxies=None,
4040
auth_handler=None, captcha_handler=None,
4141
config=None, config_filename='vk_config.json',
42-
api_version='5.62', app_id=2895443, scope=33554431,
42+
api_version='5.63', app_id=2895443, scope=33554431,
4343
client_secret=None):
4444
"""
4545
:param login: Логин ВКонтакте

0 commit comments

Comments
 (0)