From eb3641fcee94d6541e0db0c2c9e7f20add865e58 Mon Sep 17 00:00:00 2001 From: Tom Quirk <12551741+tomquirk@users.noreply.github.com> Date: Sat, 7 Sep 2024 07:24:13 +1000 Subject: [PATCH] 2.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c934a49a..84f2c394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "linkedin-api" -version = "2.2.1" +version = "2.3.0" description = "LinkedIn API for Python" authors = ["Tom Quirk "] maintainers = ["Tom Quirk "]