From 93594ecd9c57ee14d682802a5c7a80ec12bd5a1a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 30 Sep 2021 15:00:29 -0400 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- checkcert/checkcert.py | 2 +- pyproject.toml | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/checkcert/checkcert.py b/checkcert/checkcert.py index 5d967f1..008c0c6 100644 --- a/checkcert/checkcert.py +++ b/checkcert/checkcert.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 98af5ef..271deda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,11 @@ [tool.poetry] name = "checkcert" -version = "0.1.0" -description = "" -authors = ["Alex Kelly "] +version = "0.2.0" +description = "CLI to check tls cert information and determine validity" +authors = ["Alex Kelly "] +readme = "README.md" +homepage = "https://github.com/kellya/checkcert" +license = "MIT" [tool.poetry.dependencies] python = "^3.9" @@ -21,7 +24,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -task-status = 'checkcert.checkcert:main' +checkcert = 'checkcert.checkcert:main' [tool.semantic_release] version_variable = [