Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2021-09-30 15:00:29 -04:00 committed by Alex Kelly
parent fa667578a3
commit 93594ecd9c
2 changed files with 8 additions and 5 deletions

View file

@ -11,7 +11,7 @@ import sys
from socket import socket
from collections import namedtuple
__version__ = "0.1.0"
__version__ = "0.2.0"
HostInfo = namedtuple(
field_names="cert hostname peername is_valid", typename="HostInfo"