Skip to content

Commit efdc064

Browse files
committed
Update version to 8.9
1 parent b2e7c41 commit efdc064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='vk_api',
16-
version='8.8',
16+
version='8.9',
1717
author='python273',
1818
author_email='[email protected]',
1919
url='https://github.com/python273/vk_api',

vk_api/__init__.py

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

1616
__author__ = 'Kirill Python'
17-
__version__ = '8.8'
17+
__version__ = '8.9'
1818
__email__ = '[email protected]'
1919
__contact__ = 'https://vk.com/python273'

0 commit comments

Comments
 (0)