From 94feabc232da078c8cc9194e5259c3cd2206cfbb Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 19 Nov 2024 21:35:22 +0000 Subject: [PATCH] Bump version to 2.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3eb3fed8..8f9fddb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posting" -version = "2.2.0" +version = "2.3.0" description = "The modern API client that lives in your terminal." authors = [ { name = "Darren Burns", email = "darrenb900@gmail.com" }