Skip to content

Commit

Permalink
Release v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
benkehoe committed May 1, 2023
1 parent fa5def8 commit c046a4e
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
Expand Up @@ -30,7 +30,7 @@

from botocore.session import Session

__version__ = '0.15.0'
__version__ = '0.16.0'

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-export-credentials"
version = "0.15.0"
version = "0.16.0"
description = "Get AWS credentials from a profile to inject into other programs"
authors = ["Ben Kehoe <ben@kehoe.io>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c046a4e

Please sign in to comment.