We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d65b4b commit d5de703Copy full SHA for d5de703
setup.py
@@ -11,7 +11,7 @@
11
"""
12
13
14
-version = '11.9.7'
+version = '11.9.8'
15
16
with open('README.md', encoding='utf-8') as f:
17
long_description = f.read()
vk_api/__init__.py
@@ -14,5 +14,5 @@
__author__ = 'python273'
-__version__ = '11.9.7'
+__version__ = '11.9.8'
18
__email__ = 'vk_api@python273.pw'
0 commit comments