Skip to content

Commit

Permalink
Update version to 11.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Nov 19, 2020
1 parent 77e058e commit 600d184
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.9.0'
version = '11.9.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.9.0'
__version__ = '11.9.1'
__email__ = '[email protected]'

0 comments on commit 600d184

Please sign in to comment.