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