From 57aa14345236b5103696c89627d0f8fc85280136 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Thu, 13 Jun 2019 19:35:14 +0300 Subject: [PATCH] prep for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6423437..bd19c2d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = f.read() # pylint: disable=invalid-name setup(name='postfix_mta_sts_resolver', - version='0.5.2', + version='0.5.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',