We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e02121 commit 64072b8Copy full SHA for 64072b8
2 files changed
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='vk_api',
16
- version='10.0',
+ version='10.1',
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__ = '10.0'
+__version__ = '10.1'
__email__ = 'whoami@python273.pw'
20
__contact__ = 'https://vk.com/python273'
0 commit comments