Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
slawek87 committed Dec 21, 2017
1 parent 0c3dd95 commit dabd3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linkedin_py/client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests

from linkedin_py import const
from linkedin_py.authentication import Authentication
from linkedin_py.authentication.main import Authentication
from linkedin_py.utils import validate_response


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='linkedin-py',
version='1.0.5',
version='1.0.1',
packages=['linkedin_py', 'linkedin_py.authentication', 'linkedin_py.authorization', 'linkedin_py.endpoints'],
url='',
download_url='https://github.com/slawek87/linkedin-py',
Expand Down

0 comments on commit dabd3f8

Please sign in to comment.