Skip to content

Commit 1090ee5

Browse files
committed
chore(release)!: Bump version number to 0.4.2
1 parent 139046f commit 1090ee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dheater/__setup__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'DHEater'
4-
__version__ = '0.4.1'
4+
__version__ = '0.4.2'
55
__description__ = 'D(HE)ater is an attacking tool heating the CPU by enforcing DHE KEX in case of TLS and SSH'
66
__author__ = 'Szilárd Pfeiffer'
77
__maintainer__ = 'Szilárd Pfeiffer'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
attrs>=19.2.0
2-
cryptolyzer>=0.10.0
2+
cryptolyzer>=0.11.0
33
urllib3

0 commit comments

Comments
 (0)