Skip to content

Commit c7c4f10

Browse files
committed
Version bumped
1 parent c4943b0 commit c7c4f10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
setup(
66
name='vk',
7-
version='1.4.6',
7+
version='1.5',
88

99
author='Dmitry Voronin',
1010
author_email='[email protected]',
1111

1212
url='https://github.com/dimka665/vk',
13-
description='vk.com API python wrapper',
13+
description='vk.com API Python wrapper',
1414

1515
packages=find_packages(),
1616
install_requires='requests',
@@ -25,5 +25,5 @@
2525
'Programming Language :: Python :: 3.3',
2626
'Topic :: Software Development :: Libraries :: Python Modules',
2727
],
28-
keywords='vk.com api vk vkontakte vkontakte.ru wrappper',
28+
keywords='vk.com api vk vkontakte wrappper',
2929
)

0 commit comments

Comments
 (0)