From 036692ba3571ec27d9234e7a444bf87927b98d7e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 7 Oct 2021 15:27:11 -0400 Subject: [PATCH] 0.7.1 Automatically generated by python-semantic-release --- checkcert/checkcert.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkcert/checkcert.py b/checkcert/checkcert.py index d9e97c1..9ae211d 100644 --- a/checkcert/checkcert.py +++ b/checkcert/checkcert.py @@ -11,7 +11,7 @@ from cryptography.x509.oid import NameOID import idna -__version__ = "0.7.0" +__version__ = "0.7.1" HostInfo = namedtuple("HostInfo", ["cert", "hostname", "peername", "is_valid"]) diff --git a/pyproject.toml b/pyproject.toml index 44c80cc..8601238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkcert" -version = "0.7.0" +version = "0.7.1" description = "CLI to check tls cert information and determine validity" authors = ["Alex Kelly "] readme = "README.md"