diff --git a/sslyze/__init__.py b/sslyze/__init__.py index fb43e03f..d79e7520 100644 --- a/sslyze/__init__.py +++ b/sslyze/__init__.py @@ -1,7 +1,7 @@ -__author__ = u'Alban Diquet' -__license__ = u'GPLv2' -__version__ = u'1.0.0' -__email__ = u'nabla.c0d3@gmail.com' -PROJECT_URL = u'https://github.com/nabla-c0d3/sslyze' -PROJECT_DESC = u'Fast and full-featured SSL scanner.' +__author__ = 'Alban Diquet' +__license__ = 'GPLv2' +__version__ = '1.1.0' +__email__ = 'nabla.c0d3@gmail.com' +PROJECT_URL = 'https://github.com/nabla-c0d3/sslyze' +PROJECT_DESC = 'Fast and full-featured SSL scanner.'