Skip to content

Commit

Permalink
Version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
voronind committed Apr 29, 2014
1 parent c4943b0 commit c7c4f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

setup(
name='vk',
version='1.4.6',
version='1.5',

author='Dmitry Voronin',
author_email='dimka665@gmail.com',

url='https://github.com/dimka665/vk',
description='vk.com API python wrapper',
description='vk.com API Python wrapper',

packages=find_packages(),
install_requires='requests',
Expand All @@ -25,5 +25,5 @@
'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords='vk.com api vk vkontakte vkontakte.ru wrappper',
keywords='vk.com api vk vkontakte wrappper',
)

0 comments on commit c7c4f10

Please sign in to comment.