Skip to content

Commit ab09080

Browse files
committed
Update version to 11.0.0
1 parent c6b6737 commit ab09080

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = '10.1'
13+
version = '11.0.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__ = '10.1'
17+
__version__ = '11.0.0'
1818
__email__ = 'vk_api@python273.pw'

0 commit comments

Comments
 (0)