From a0f559486277a004f5b4585e685113540c9a404c Mon Sep 17 00:00:00 2001 From: stdtom Date: Sun, 3 Jul 2022 02:41:47 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.cfg | 2 +- ssl_certinfo/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa7673f..7ef86ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "ssl_certinfo" -version = "1.1.1" +version = "1.1.2" description = "SSL CertInfo displays expiration dates and other information for SSL certificates from a set of hosts." authors = ["StdTom "] license = "Apache Software License 2.0" diff --git a/setup.cfg b/setup.cfg index 7fbe1f2..23dd578 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True diff --git a/ssl_certinfo/__init__.py b/ssl_certinfo/__init__.py index 8163b04..420d739 100644 --- a/ssl_certinfo/__init__.py +++ b/ssl_certinfo/__init__.py @@ -2,4 +2,4 @@ __author__ = """StdTom""" __email__ = "stdtom@gmx.net" -__version__ = "1.1.1" +__version__ = "1.1.2"