Skip to content

Commit d66f5f5

Browse files
committed
+ Release v0.2.0
1 parent ec3adb9 commit d66f5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name='brutekrag',
55
packages=['brutekrag'],
6-
version='0.1.9',
6+
version='0.2.0',
77
description='brute force OpenSSH using dictionary attack',
88
author='Jorge Matricali',
99
author_email='[email protected]',
1010
license='MIT',
1111
url='https://github.com/jorge-matricali/brutekrag',
12-
download_url='https://github.com/jorge-matricali/brutekrag/archive/v0.1.8.tar.gz',
12+
download_url='https://github.com/jorge-matricali/brutekrag/archive/v0.2.0.tar.gz',
1313
scripts=['bin/brutekrag'],
1414
keywords=['ssh', 'brute force', 'ethical hacking', 'pentesting'],
1515
classifiers=(

0 commit comments

Comments
 (0)