From 8bfc7a8ec5868a6c92534c42ef80cd90418a6e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20Pfeiffer?= Date: Thu, 28 Dec 2023 00:31:11 +0100 Subject: [PATCH] chore(release)!: Bump version number to 0.4.3 --- dheater/__setup__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dheater/__setup__.py b/dheater/__setup__.py index a7b1756..af95c6e 100644 --- a/dheater/__setup__.py +++ b/dheater/__setup__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'DHEater' -__version__ = '0.4.2' +__version__ = '0.4.3' __description__ = 'D(HE)ater is an attacking tool heating the CPU by enforcing DHE KEX in case of TLS and SSH' __author__ = 'Szilárd Pfeiffer' __maintainer__ = 'Szilárd Pfeiffer'