From ddc38c6ce78377ad74b0690d4779b35d071b248e Mon Sep 17 00:00:00 2001
From: Vladislav Yarmak <vladislav-ex-src@vm-0.com>
Date: Wed, 4 Aug 2021 13:04:21 +0300
Subject: [PATCH] bump version

---
 setup.py       | 2 +-
 snapcraft.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 142ed9c..258d89a 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 6a06a27..c8b5651 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, 
-- 
GitLab