We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9f66b5 + 7d7d91a commit e3f37edCopy full SHA for e3f37ed
domaincheck/domaincheck.py
@@ -17,7 +17,7 @@
17
EXIT_SUCCESS = 0
18
19
PROGNAME = 'domaincheck'
20
-VERSION = '0.5'
+VERSION = '0.5.2'
21
22
# A data structure to hold our findings.
23
# This conveniently serializes directly to JSON.
setup.py
@@ -2,7 +2,6 @@
2
# -*- coding: utf-8 -*-
3
4
from setuptools import setup, find_packages
5
-from domaincheck import domaincheck
6
with open('README.md') as f:
7
readme = f.read()
8
@@ -13,7 +12,7 @@
13
12
14
setup(
15
name='domaincheck-fork',
16
- version= domaincheck.VERSION,
+ version= "0.5.2",
description='check security aspects of a second-level domain name',
keywords='CAA DMARC DNS DNSKEY DNSSEC MTA-STS SPF TLS-RPT',
author='Jan Schaumann, Zuza Slawik',
0 commit comments