From 179eb30a2219cba2ffea4b39e467651f9db15aa5 Mon Sep 17 00:00:00 2001 From: Tom Quirk <12551741+tomquirk@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:13:30 +1000 Subject: [PATCH] v2.3.1 --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94485549..a87c03a6 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ It could be possible to document (and implement a nice interface for) this query 1. Bump `version` in `pyproject.toml` 1. `poetry build` +1. `poetry publish -r test-pypi` 1. `poetry publish` 1. Draft release notes in GitHub. diff --git a/pyproject.toml b/pyproject.toml index 84f2c394..a23094c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "linkedin-api" -version = "2.3.0" +version = "2.3.1" description = "LinkedIn API for Python" authors = ["Tom Quirk "] maintainers = ["Tom Quirk "]