From 09f8cc9597fa0df2c652a760fc4fa4d98d5b6549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20Pfeiffer?= Date: Wed, 2 Feb 2022 20:40:47 +0100 Subject: [PATCH] Bump version number to 0.3.1 --- dheater/__setup__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dheater/__setup__.py b/dheater/__setup__.py index a9a460e..20ae7f0 100644 --- a/dheater/__setup__.py +++ b/dheater/__setup__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'DHEater' -__version__ = '0.3.0' +__version__ = '0.3.1' __description__ = 'D(HE)ater is an attacking tool heating the CPU by enforcing DHE KEX in case of TLS and SSH' __author__ = 'BalaSys IT Security' __maintainer__ = 'Szilárd Pfeiffer'