Skip to content

Commit ceaeca0

Browse files
committed
Update version to 11.10.1
1 parent be724c2 commit ceaeca0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vk_api"
7-
version = "11.10.0"
7+
version = "11.10.1"
88
description = "Python модуль для создания скриптов для социальной сети Вконтакте (vk.ru API wrapper)"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.6"
@@ -32,7 +32,7 @@ vkaudio = ["beautifulsoup4"]
3232

3333
[project.urls]
3434
Homepage = "https://github.com/python273/vk_api"
35-
Download = "https://github.com/python273/vk_api/archive/v11.10.0.zip"
35+
Download = "https://github.com/python273/vk_api/archive/v11.10.1.zip"
3636

3737
[tool.setuptools]
3838
packages = ["vk_api", "jconfig"]

vk_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515

1616
__author__ = 'python273'
17-
__version__ = '11.10.0'
17+
__version__ = '11.10.1'
1818
__email__ = 'vk_api@python273.pw'

0 commit comments

Comments
 (0)