From 1fb9f9f5c223e402aeef35d558187c85ba95f9d2 Mon Sep 17 00:00:00 2001 From: Ritvik Nag Date: Mon, 6 Nov 2023 15:11:29 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cert_hero/__version__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cert_hero/__version__.py b/cert_hero/__version__.py index 8f3dab8..5fbb9e5 100644 --- a/cert_hero/__version__.py +++ b/cert_hero/__version__.py @@ -5,7 +5,7 @@ __title__ = 'cert-hero' __description__ = 'Python Stand-alone Library to Download the SSL Certificate for Any Hostâ„¢' __url__ = 'https://github.com/rnag/cert-hero' -__version__ = '0.3.0' +__version__ = '0.4.0' __author__ = 'Ritvik Nag' __author_email__ = 'rv.kvetch@gmail.com' __license__ = 'MIT' diff --git a/setup.cfg b/setup.cfg index 575d31f..91e4237 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True