From a000619e838fbf80406774e90ef5b993fb65f6b4 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak <vladislav@vm-0.com> Date: Wed, 5 Feb 2025 00:46:30 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 532eb56..fa36dca 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() # pylint: disable=invalid-name setup(name='postfix_mta_sts_resolver', - version='1.4.0', + version='1.5.0', 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', -- GitLab