Skip to content

Commit 0ccf762

Browse files
committed
Update version to 9.2.1
1 parent 3c04df0 commit 0ccf762

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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='9.1.1',
16+
version='9.2.1',
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__ = '9.1.1'
17+
__version__ = '9.2.1'
1818
__email__ = 'whoami@python273.pw'
1919
__contact__ = 'https://vk.com/python273'

0 commit comments

Comments
 (0)