Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2021-10-07 09:49:08 -04:00 committed by Alex Kelly
parent 5f35baebb9
commit 252f74b59e
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from cryptography.x509.oid import NameOID
import idna
__version__ = "0.6.0"
__version__ = "0.7.0"
HostInfo = namedtuple("HostInfo", ["cert", "hostname", "peername", "is_valid"])