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