diff --git a/setup.py b/setup.py index 150dc43..12aa777 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name='getpw', packages=['getpw'], - version='0.2', + version='0.3', license='MIT', description='A better way to get passwords from users in python', author='n0x1s', author_email='n0x1s0x01@gmail.com', url='https://github.com/n0x1s/getpw', - download_url='https://github.com/N0x1s/getpw/archive/0.2.tar.gz', + download_url='https://github.com/N0x1s/getpw/archive/0.3.tar.gz', keywords=['getpass', 'get password', 'mask password'], classifiers=[ 'Development Status :: 3 - Alpha',