From 84aad00364337785943e5abbc1164262291f9b08 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Sat, 30 Mar 2019 15:22:48 +0200 Subject: [PATCH] prep for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3762a02..db8c38d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='postfix_mta_sts_resolver', - version='0.4.0', + version='0.4.1', description='Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy', url='https://github.com/Snawoot/postfix-mta-sts-resolver', author='Vladislav Yarmak',