Skip to content

Commit

Permalink
Release v0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
benkehoe committed Jul 26, 2023
1 parent 591c9de commit c443b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_export_credentials/aws_export_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from boto3 import Session

__version__ = '0.17.0' # Update here and pyproject.toml
__version__ = '0.18.0' # Update here and pyproject.toml

LOGGER = logging.getLogger('aws-export-credentials')

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-export-credentials"
version = "0.17.0" # Update here and aws_export_credentials.py
version = "0.18.0" # Update here and aws_export_credentials.py
description = "Get AWS credentials from a profile to inject into other programs"
authors = ["Ben Kehoe <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c443b5c

Please sign in to comment.