From 9fc174e39f175598282085ea877e998a52403861 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Thu, 25 Oct 2018 16:28:43 +0300 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 146d593..f4fbbf2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='postfix_mta_sts_resolver', - version='0.2.1', + version='0.2.2', 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',