diff --git a/setup.py b/setup.py
index 142ed9c0cb4e8c5fa7708a8b044a576be1845281..258d89ad83fa40b4324f2a4d2bafc82ea568728e 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.0.0',
+      version='1.0.1',
       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',
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6a06a27140f41e5356f2a2286096ca02c578be17..c8b56510384938d9caf675409d89c7e55430690c 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
 name: postfix-mta-sts-resolver
-version: '1.0.0'
+version: '1.0.1'
 summary: Policy-server for Postfix which handles MTA-STS resolving
 description: |
   Daemon which provides TLS client policy for Postfix via socketmap,