Skip to content

Commit 85e8f5c

Browse files
committed
Update version to 11.8.0
1 parent 3f827c7 commit 85e8f5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
version = '11.7.0'
14+
version = '11.8.0'
1515

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

vk_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515

1616
__author__ = 'python273'
17-
__version__ = '11.7.0'
17+
__version__ = '11.8.0'
1818
__email__ = 'vk_api@python273.pw'

0 commit comments

Comments
 (0)