From 5fe4059c26f20cb22151ae10c4b0d1e1e55afd54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 30 Sep 2024 13:05:31 +0200 Subject: [PATCH] fix: re-release to fix version/tag inconsistency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b89165..5d88f7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypdns" -version = "2.2.5" +version = "2.2.6" description = "Python API for PDNS." authors = ["Raphaƫl Vinot "] license = "GPL-3.0+"