From ef40bfd05676b245a50575ffa806950e006c4d42 Mon Sep 17 00:00:00 2001 From: Basileus Date: Mon, 1 Aug 2022 12:57:21 +1000 Subject: [PATCH] Increment patch Includes #16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20bc43f..a4b796c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sender_policy_flattener" -version = "0.3.1" +version = "0.3.2" description='Condense SPF records to network blocks to avoid DNS Lookup Limits' authors = ["Vasili Syrakis "] license = "MIT"