diff --git a/setup.py b/setup.py
index 0351dfc8359f931d9d4cde753b93f4b01c7fe3d8..914d9a12d5acde9a9361313bab945af94f78551b 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='0.7.4',
+      version='0.7.5',
       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',