Skip to content

Commit 600d184

Browse files
committed
Update version to 11.9.1
1 parent 77e058e commit 600d184

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.0'
14+
version = '11.9.1'
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.0'
17+
__version__ = '11.9.1'
1818
__email__ = '[email protected]'

0 commit comments

Comments
 (0)