Skip to content

Commit

Permalink
Update version to 11.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Nov 25, 2019
1 parent 623fa4e commit 0729885
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.6.0'
version = '11.6.1'

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.6.0'
__version__ = '11.6.1'
__email__ = 'vk_api@python273.pw'

0 comments on commit 0729885

Please sign in to comment.