diff --git a/setup.py b/setup.py index 974053c..5412457 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'slapr', packages = ['slapr'], - version = '1.2', + version = '1.3', license='gpl-3.0', description = 'A simple tool that allows you to change your default AWS CLI profile.', long_description=long_description, @@ -14,7 +14,7 @@ author = 'Antoni Yanev', author_email = 'antonipyanev@gmail.com', url = 'https://github.com/antonipy/slapr', - download_url = 'https://github.com/antonipy/slapr/archive/refs/tags/1.2.tar.gz', + download_url = 'https://github.com/antonipy/slapr/archive/refs/tags/1.3.tar.gz', keywords = ['aws', 'awscli', 'awscliv2', 'linux', 'tools'], install_requires=[ 'inquirer==2.8.0',