Skip to content

Commit 7d2fae2

Browse files
committed
Update version to 9.3.2
1 parent 3dbe696 commit 7d2fae2

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

0 commit comments

Comments
 (0)