We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4bae7 commit 3f1e7dfCopy full SHA for 3f1e7df
setup.py
@@ -10,7 +10,7 @@
10
"""
11
12
13
-version = '11.0.0'
+version = '11.1.0'
14
15
with open('README.md') as f:
16
long_description = f.read()
vk_api/__init__.py
@@ -14,5 +14,5 @@
__author__ = 'python273'
17
-__version__ = '11.0.0'
+__version__ = '11.1.0'
18
__email__ = '[email protected]'
0 commit comments