Skip to content

Commit e3f37ed

Browse files
authored
Merge pull request #7 from intelowlproject/0.5
beter versioning
2 parents d9f66b5 + 7d7d91a commit e3f37ed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

domaincheck/domaincheck.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EXIT_SUCCESS = 0
1818

1919
PROGNAME = 'domaincheck'
20-
VERSION = '0.5'
20+
VERSION = '0.5.2'
2121

2222
# A data structure to hold our findings.
2323
# This conveniently serializes directly to JSON.

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# -*- coding: utf-8 -*-
33

44
from setuptools import setup, find_packages
5-
from domaincheck import domaincheck
65
with open('README.md') as f:
76
readme = f.read()
87

@@ -13,7 +12,7 @@
1312

1413
setup(
1514
name='domaincheck-fork',
16-
version= domaincheck.VERSION,
15+
version= "0.5.2",
1716
description='check security aspects of a second-level domain name',
1817
keywords='CAA DMARC DNS DNSKEY DNSSEC MTA-STS SPF TLS-RPT',
1918
author='Jan Schaumann, Zuza Slawik',

0 commit comments

Comments
 (0)