Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed May 14, 2022
1 parent b60b644 commit 1911077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sslyze/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__title__ = "SSLyze"
__version__ = "5.0.4"
__version__ = "5.0.5"
__description__ = "Fast and powerful SSL/TLS scanning library."
__author__ = "Alban Diquet"
__author_email__ = "[email protected]"
__url__ = "https://github.com/nabla-c0d3/sslyze"
__license__ = "AGPL"
__copyright__ = "Copyright 2021 Alban Diquet"
__copyright__ = "Copyright 2022 Alban Diquet"

0 comments on commit 1911077

Please sign in to comment.