From 154ad814ff1cd7569c81c2a083be58d90f693529 Mon Sep 17 00:00:00 2001 From: Mike Waites Date: Sun, 11 Jun 2023 20:13:32 +0100 Subject: [PATCH] Bump version to 2.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17e4b39..1ab8cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wiremock" -version = "2.4.0" +version = "2.5.0" description = "Wiremock Admin API Client" authors = ["Cody Lee ", "Mike Waites "] license = "OSI Approved :: Apache Software License"