From 4fc53b719bfdcb52ed67aee631f4b03287c5eaac Mon Sep 17 00:00:00 2001 From: python273 Date: Sat, 14 Apr 2018 19:52:27 +0300 Subject: [PATCH] Update version to 10.0 --- setup.py | 2 +- vk_api/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 710d3e59..976e365e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='vk_api', - version='9.3.2', + version='10.0', 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 8485814a..c445aa1e 100644 --- a/vk_api/__init__.py +++ b/vk_api/__init__.py @@ -15,6 +15,6 @@ """ __author__ = 'python273' -__version__ = '9.3.2' +__version__ = '10.0' __email__ = 'whoami@python273.pw' __contact__ = 'https://vk.com/python273'