We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6991a60 commit c506e2dCopy full SHA for c506e2d
2 files changed
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='vk_api',
16
- version='9.0',
+ version='9.1',
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.0'
+__version__ = '9.1'
__email__ = 'whoami@python273.pw'
__contact__ = 'https://vk.com/python273'
0 commit comments