We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d49bd commit 8fad377Copy full SHA for 8fad377
2 files changed
setup.py
@@ -14,9 +14,9 @@
14
15
setup(
16
name='vk_api',
17
- version='7.1',
+ version='7.2',
18
author='Kirill Python',
19
- author_email='python273@ya.ru',
+ author_email='whoami@python273.pw',
20
url='https://github.com/python273/vk_api',
21
description='Module for writing scripts for vk.com (vkontakte)',
22
download_url='https://github.com/python273/vk_api/archive/master.zip',
vk_api/__init__.py
@@ -9,7 +9,7 @@
9
"""
10
11
__author__ = 'Kirill Python'
12
-__version__ = '7.1'
+__version__ = '7.2'
13
__email__ = 'python273@ya.ru'
__contact__ = 'https://vk.com/python273'
0 commit comments