From f29266dc796c25c43cab690b2b2d7ea5e661c6d6 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Wed, 31 Oct 2018 22:12:54 +0200 Subject: [PATCH] new release for PyPI in order to fix package metadata --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4fbbf2..937f6e0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='postfix_mta_sts_resolver', - version='0.2.2', + version='0.2.3', 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',