We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030fc72 commit 1fb9f9fCopy full SHA for 1fb9f9f
cert_hero/__version__.py
@@ -5,7 +5,7 @@
5
__title__ = 'cert-hero'
6
__description__ = 'Python Stand-alone Library to Download the SSL Certificate for Any Host™'
7
__url__ = 'https://github.com/rnag/cert-hero'
8
-__version__ = '0.3.0'
+__version__ = '0.4.0'
9
__author__ = 'Ritvik Nag'
10
__author_email__ = '[email protected]'
11
__license__ = 'MIT'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.4.0
3
commit = True
4
tag = True
0 commit comments