We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2035373 + 22dc76f commit d104ac7Copy full SHA for d104ac7
PKG-INFO
@@ -1,6 +1,6 @@
1
Metadata-Version: 1.1
2
Name: python-linkedin-v2
3
-Version: 0.9.1
+Version: 0.9.2
4
Summary: Python Interface to the LinkedIn API V2
5
Home-page: https://github.com/HootsuiteLabs/python-linkedin-v2
6
Author: Rei Colina
linkedin_v2/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '0.9.1'
+__version__ = '0.9.2'
VERSION = tuple(map(int, __version__.split('.')))
0 commit comments