diff --git a/setup.py b/setup.py
index 532eb56790165fbc9e30022ab276721f4deb374a..fa36dca557026e777351fc3bcb49e57ede863a70 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',