Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhelmick committed Mar 21, 2013
1 parent 7cf274c commit 0a9e38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linkedin.py
Expand Up @@ -3,7 +3,7 @@
""" LinkedIn """

__author__ = 'Mike Helmick <mikehelmick@me.com>'
__version__ = '0.1.3'
__version__ = '0.1.5'

import urllib

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='linkedin',
version='0.1.4',
version='0.1.5',
install_requires=['httplib2', 'oauth2', 'simplejson'],
author='Mike Helmick',
author_email='mikehelmick@me.com',
Expand Down

0 comments on commit 0a9e38c

Please sign in to comment.