From 0ccf76278a14b96990c3a0b4e99f018b5e011a3d Mon Sep 17 00:00:00 2001 From: python273 Date: Sat, 18 Nov 2017 13:27:43 +0300 Subject: [PATCH] Update version to 9.2.1 --- setup.py | 2 +- vk_api/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d370ada5..67150980 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='vk_api', - version='9.1.1', + version='9.2.1', author='python273', author_email='whoami@python273.pw', url='https://github.com/python273/vk_api', diff --git a/vk_api/__init__.py b/vk_api/__init__.py index b22c1e12..f435f1bf 100644 --- a/vk_api/__init__.py +++ b/vk_api/__init__.py @@ -14,6 +14,6 @@ """ __author__ = 'Kirill Python' -__version__ = '9.1.1' +__version__ = '9.2.1' __email__ = 'whoami@python273.pw' __contact__ = 'https://vk.com/python273'