diff --git a/setup.py b/setup.py index fd8810b1b8ece93364b04306c3bb1c91c600dd20..50beed9ad89aa4763eb83060e2c2eb8a641b72ca 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.8.1', + version='0.8.2', 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',