From 5bca416acd57e94af1ec1cb87d8ab40f4f68e0f2 Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 1 Jun 2020 20:41:10 +0700 Subject: Bump API version to 5.21 A huge thanks to VK administration for not notifying me about old API versions' "deprecation" --- library/vkapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/vkapi.py b/library/vkapi.py index 2058bc2..c32284e 100644 --- a/library/vkapi.py +++ b/library/vkapi.py @@ -31,7 +31,7 @@ APP_ID = 3789129 # VK APP scope SCOPE = 69638 # VK API VERSION -API_VERSION = "5.13" +API_VERSION = "5.21" socket.setdefaulttimeout(SOCKET_TIMEOUT) -- cgit v1.2.3