Skip to content

Commit a2373d9

Browse files
committed
prepare for release 0.7.1
1 parent d6e5d01 commit a2373d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only]
3535
[--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH] [--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only]
3636
3737
38-
Hashtopolis Client v0.7.0
38+
Hashtopolis Client v0.7.1
3939
4040
optional arguments:
4141
-h, --help show this help message and exit

htpclient/initialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_version():
1616

1717
@staticmethod
1818
def get_version_number():
19-
return "0.7.0"
19+
return "0.7.1"
2020

2121
def run(self, args):
2222
self.__check_cert(args)

0 commit comments

Comments
 (0)