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'