Skip to content

Commit c4e4d29

Browse files
Update setup.py
1 parent 269fa69 commit c4e4d29

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
@@ -5,7 +5,7 @@
55

66
setup_args = dict(
77
name='exopassword',
8-
version='0.0.7',
8+
version='0.0.8',
99
description='ExoPassword is a Password Strength Analyzing module that combines Machine Learning, rule-based scoring, and breach detection to provide detailed insight regarding your passwords.',
1010
long_description_content_type="text/markdown",
1111
long_description=README + '\n\n',
@@ -14,7 +14,7 @@
1414
author='Apratim Shukla, Mayank Tolani',
1515
author_email='[email protected]',
1616
keywords=['Exo', 'ExoPassword', 'PasswordAnalysis'],
17-
url='https://github.com/apratimshukla6/exo',
17+
url='https://github.com/owaspvit/exo',
1818
download_url='https://pypi.org/project/exopassword/'
1919
)
2020

0 commit comments

Comments
 (0)