Skip to content

Commit

Permalink
Merge pull request #6 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 b47aef9 + 77cd4de commit d9f66b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- 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 +13,7 @@

setup(
name='domaincheck-fork',
version='0.4',
version= domaincheck.VERSION,
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 d9f66b5

Please sign in to comment.