Skip to content

Commit d5de703

Browse files
committed
Update version to 11.9.8
1 parent 6d65b4b commit d5de703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
version = '11.9.7'
14+
version = '11.9.8'
1515

1616
with open('README.md', encoding='utf-8') as f:
1717
long_description = f.read()

vk_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515

1616
__author__ = 'python273'
17-
__version__ = '11.9.7'
17+
__version__ = '11.9.8'
1818
__email__ = '[email protected]'

0 commit comments

Comments
 (0)