We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbe696 commit 7d2fae2Copy full SHA for 7d2fae2
2 files changed
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='vk_api',
16
- version='9.3.1',
+ version='9.3.2',
17
author='python273',
18
author_email='whoami@python273.pw',
19
url='https://github.com/python273/vk_api',
vk_api/__init__.py
@@ -14,6 +14,6 @@
"""
__author__ = 'Kirill Python'
-__version__ = '9.3.1'
+__version__ = '9.3.2'
__email__ = 'whoami@python273.pw'
__contact__ = 'https://vk.com/python273'
0 commit comments