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 Jan 3, 2025
1 parent bae4c56 commit 2ecc2c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ python -m sslyze www.yahoo.com www.google.com "[2607:f8b0:400a:807::2004]:443"
It can also be used via Docker:

```
$ docker run --rm -it nablac0d3/sslyze:6.0.0 www.google.com
$ docker run --rm -it nablac0d3/sslyze:6.1.0 www.google.com
```

Lastly, a pre-compiled Windows executable can be downloaded from [the Releases
Expand Down Expand Up @@ -104,7 +104,7 @@ $ invoke test
License
-------

Copyright (c) 2024 Alban Diquet
Copyright (c) 2025 Alban Diquet

SSLyze is made available under the terms of the GNU Affero General Public License (AGPL). See LICENSE.txt for details and exceptions.

Expand Down
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__ = "6.0.0"
__version__ = "6.1.0"
__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 2024 Alban Diquet"
__copyright__ = "Copyright 2025 Alban Diquet"

0 comments on commit 2ecc2c1

Please sign in to comment.