We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9695b71 commit 4fc53b7Copy full SHA for 4fc53b7
2 files changed
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='vk_api',
16
- version='9.3.2',
+ version='10.0',
17
author='python273',
18
author_email='whoami@python273.pw',
19
url='https://github.com/python273/vk_api',
vk_api/__init__.py
@@ -15,6 +15,6 @@
"""
__author__ = 'python273'
-__version__ = '9.3.2'
+__version__ = '10.0'
__email__ = 'whoami@python273.pw'
20
__contact__ = 'https://vk.com/python273'
0 commit comments