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