From 79e19ca7e9cb8e5fe006f6c4347e30a8392da0f0 Mon Sep 17 00:00:00 2001 From: Nicholas C <55490546+ALameLlama@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:28:00 +1100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e9c75a..ab3b478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "certbot-dns-synergy-wholesale" -version = "1.0.1" +version = "1.0.2" description = "A Synergy Wholesale DNS plugin for Cerbot to authenticate and retrieve Lets Encrypt certificates" authors = ["Nicholas Ciechanowski "] license = "Apache-2.0"