Skip to content

Commit

Permalink
Update version to 11.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Mar 16, 2020
1 parent 3f827c7 commit 85e8f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


version = '11.7.0'
version = '11.8.0'

with open('README.md', encoding='utf-8') as f:
long_description = f.read()
Expand Down
2 changes: 1 addition & 1 deletion vk_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@


__author__ = 'python273'
__version__ = '11.7.0'
__version__ = '11.8.0'
__email__ = 'vk_api@python273.pw'

0 comments on commit 85e8f5c

Please sign in to comment.