From 6e32912cbc63a24f8cb5f365519eeb4951ec2988 Mon Sep 17 00:00:00 2001 From: Ilyass El Fatimy <46936973+N0x1s@users.noreply.github.com> Date: Wed, 1 Jul 2020 02:15:51 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',