We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190c7bc commit 2c4f529Copy full SHA for 2c4f529
2 files changed
setup.py
@@ -12,7 +12,7 @@
12
from distutils.core import setup
13
setup(
14
name='vk_api',
15
- version='5.0.1',
+ version='5.2',
16
author='Kirill Python',
17
author_email='siberianpython@gmail.com',
18
url='https://github.com/python273/vk_api',
vk_api/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__author__ = 'Kirill Python'
-__version__ = '5.0.1'
+__version__ = '5.2'
__email__ = 'siberianpython@gmail.com'
__contact__ = 'https://vk.com/python273'
0 commit comments