Skip to content

Commit

Permalink
increment to version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antonipy committed Dec 18, 2021
1 parent dc4acb1 commit 4eb5a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
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,
long_description_content_type='text/markdown',
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',
Expand Down

0 comments on commit 4eb5a43

Please sign in to comment.