Skip to content

Commit

Permalink
Release v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
benkehoe committed Jul 26, 2023
1 parent 08197f9 commit ee401f4
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.16.0'
__version__ = '0.17.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.16.0"
version = "0.17.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 ee401f4

Please sign in to comment.