Skip to content

Commit 6ef5b16

Browse files
committed
Update version to 11.9.9
1 parent 61d7042 commit 6ef5b16

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.8'
14+
version = '11.9.9'
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.8'
17+
__version__ = '11.9.9'
1818
__email__ = 'vk_api@python273.pw'

0 commit comments

Comments
 (0)