Skip to content

Commit 8c05233

Browse files
committed
Update version to 9.0; jConfig to 3.0; API version to 5.67
1 parent ed33bec commit 8c05233

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

jconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
__author__ = 'Kirill Python'
11-
__version__ = '2.1'
11+
__version__ = '3.0'
1212
__email__ = 'whoami@python273.pw'
1313
__contact__ = 'https://vk.com/python273'
1414

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.9',
16+
version='9.0',
1717
author='python273',
1818
author_email='whoami@python273.pw',
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.9'
17+
__version__ = '9.0'
1818
__email__ = 'whoami@python273.pw'
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
@@ -45,7 +45,7 @@ class VkApi(object):
4545
def __init__(self, login=None, password=None, token=None,
4646
auth_handler=None, captcha_handler=None,
4747
config=jconfig.Config, config_filename='vk_config.v2.json',
48-
api_version='5.63', app_id=2895443, scope=33554431,
48+
api_version='5.67', app_id=2895443, scope=33554431,
4949
client_secret=None):
5050
"""
5151
:param login: Логин ВКонтакте (лучше использовать номер телефона для

0 commit comments

Comments
 (0)