Skip to content

Commit fc6fbd8

Browse files
committed
Bump version from 5.70.2 to 5.76.0
1 parent ffed38a commit fc6fbd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='py-vkontakte',
6-
version='5.70.2',
6+
version='5.76.0',
77
packages=['vk'],
88
url='https://github.com/sgaynetdinov/py-vkontakte',
99
license='MIT License',

vk/fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class Session:
15-
def __init__(self, access_token=None, lang='ru', version_api='5.70'):
15+
def __init__(self, access_token=None, lang='ru', version_api='5.76'):
1616
self.access_token = access_token
1717
self.lang = lang
1818
self.version_api = version_api

0 commit comments

Comments
 (0)