Skip to content

Commit d104ac7

Browse files
Merge pull request HootsuiteLabs#3 from HootsuiteLabs/dev3
upgrade to version 0.9.2
2 parents 2035373 + 22dc76f commit d104ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: python-linkedin-v2
3-
Version: 0.9.1
3+
Version: 0.9.2
44
Summary: Python Interface to the LinkedIn API V2
55
Home-page: https://github.com/HootsuiteLabs/python-linkedin-v2
66
Author: Rei Colina

linkedin_v2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.9.1'
1+
__version__ = '0.9.2'
22
VERSION = tuple(map(int, __version__.split('.')))

0 commit comments

Comments
 (0)