From 2bf4ac95cf84d76e4f08188d85902a3b53371532 Mon Sep 17 00:00:00 2001 From: Tom Quirk <12551741+tomquirk@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:11:25 +0200 Subject: [PATCH] 2.0.2 --- linkedin_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkedin_api/__init__.py b/linkedin_api/__init__.py index 77c3692a..fcd42890 100644 --- a/linkedin_api/__init__.py +++ b/linkedin_api/__init__.py @@ -4,7 +4,7 @@ from .linkedin import Linkedin __title__ = "linkedin_api" -__version__ = "2.0.1" +__version__ = "2.0.2" __description__ = "Python Wrapper for the Linkedin API" __license__ = "MIT"