Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2021-10-01 10:05:28 -04:00 committed by Alex Kelly
parent dd39b24277
commit 386a983b79
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ from cryptography.x509.oid import NameOID
import idna import idna
__version__ = "0.2.0" __version__ = "0.3.0"
HostInfo = namedtuple( HostInfo = namedtuple(
field_names="cert hostname peername is_valid", typename="HostInfo" field_names="cert hostname peername is_valid", typename="HostInfo"

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "checkcert" name = "checkcert"
version = "0.2.0" version = "0.3.0"
description = "CLI to check tls cert information and determine validity" description = "CLI to check tls cert information and determine validity"
authors = ["Alex Kelly <kellya@arachnitech.com>"] authors = ["Alex Kelly <kellya@arachnitech.com>"]
readme = "README.md" readme = "README.md"