From 386a983b7922bb25af073e1e3c611c30b2c56e8d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 1 Oct 2021 10:05:28 -0400 Subject: [PATCH] 0.3.0 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 b3ba9e1..012db22 100644 --- a/checkcert/checkcert.py +++ b/checkcert/checkcert.py @@ -10,7 +10,7 @@ from cryptography.x509.oid import NameOID import idna -__version__ = "0.2.0" +__version__ = "0.3.0" HostInfo = namedtuple( field_names="cert hostname peername is_valid", typename="HostInfo" diff --git a/pyproject.toml b/pyproject.toml index 271deda..a968dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkcert" -version = "0.2.0" +version = "0.3.0" description = "CLI to check tls cert information and determine validity" authors = ["Alex Kelly "] readme = "README.md"