Skip to content

Commit 9291b7f

Browse files
committed
Update version 7.1
1 parent d7334fa commit 9291b7f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

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

1515
setup(
1616
name='vk_api',
17-
version='7.0',
17+
version='7.1',
1818
author='Kirill Python',
1919
author_email='python273@ya.ru',
2020
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
@@ -9,7 +9,7 @@
99
"""
1010

1111
__author__ = 'Kirill Python'
12-
__version__ = '7.0'
12+
__version__ = '7.1'
1313
__email__ = 'python273@ya.ru'
1414
__contact__ = 'https://vk.com/python273'
1515

vk_api/vk_api.py

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

0 commit comments

Comments
 (0)