Skip to content

Commit 3f1e7df

Browse files
committed
Update version to 11.1.0
1 parent 8e4bae7 commit 3f1e7df

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
@@ -10,7 +10,7 @@
1010
"""
1111

1212

13-
version = '11.0.0'
13+
version = '11.1.0'
1414

1515
with open('README.md') as f:
1616
long_description = f.read()

vk_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515

1616
__author__ = 'python273'
17-
__version__ = '11.0.0'
17+
__version__ = '11.1.0'
1818
__email__ = '[email protected]'

0 commit comments

Comments
 (0)