Skip to content

Commit 4fc53b7

Browse files
committed
Update version to 10.0
1 parent 9695b71 commit 4fc53b7

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='9.3.2',
16+
version='10.0',
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
@@ -15,6 +15,6 @@
1515
"""
1616

1717
__author__ = 'python273'
18-
__version__ = '9.3.2'
18+
__version__ = '10.0'
1919
__email__ = '[email protected]'
2020
__contact__ = 'https://vk.com/python273'

0 commit comments

Comments
 (0)