Skip to content

Commit

Permalink
Merge pull request #7 from intelowlproject/0.5
Browse files Browse the repository at this point in the history
beter versioning
  • Loading branch information
g4ze authored Jul 22, 2024
2 parents d9f66b5 + 7d7d91a commit e3f37ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion domaincheck/domaincheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
EXIT_SUCCESS = 0

PROGNAME = 'domaincheck'
VERSION = '0.5'
VERSION = '0.5.2'

# A data structure to hold our findings.
# This conveniently serializes directly to JSON.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# -*- coding: utf-8 -*-

from setuptools import setup, find_packages
from domaincheck import domaincheck
with open('README.md') as f:
readme = f.read()

Expand All @@ -13,7 +12,7 @@

setup(
name='domaincheck-fork',
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',
Expand Down

0 comments on commit e3f37ed

Please sign in to comment.