Skip to content

Commit 75042b7

Browse files
committed
Update version to 8.0
1 parent bff37d0 commit 75042b7

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
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='vk_api',
17-
version='7.4',
17+
version='8.0',
1818
author='Kirill Python',
1919
author_email='[email protected]',
2020
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
@@ -9,7 +9,7 @@
99
"""
1010

1111
__author__ = 'Kirill Python'
12-
__version__ = '7.4'
12+
__version__ = '8.0'
1313
__email__ = '[email protected]'
1414
__contact__ = 'https://vk.com/python273'
1515

0 commit comments

Comments
 (0)