Skip to content

Commit 78f45f4

Browse files
committed
Update version 7.0
1 parent aa69759 commit 78f45f4

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='6.6',
17+
version='7.0',
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__ = '6.6'
12+
__version__ = '7.0'
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
@@ -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_filename='vk_config.json',
42-
api_version='5.35', app_id=2895443, scope=33554431,
42+
api_version='5.44', app_id=2895443, scope=33554431,
4343
client_secret=None):
4444
"""
4545
:param login: Логин ВКонтакте

0 commit comments

Comments
 (0)