diff --git a/aws_export_credentials/aws_export_credentials.py b/aws_export_credentials/aws_export_credentials.py index dc6406b..a7f9c57 100644 --- a/aws_export_credentials/aws_export_credentials.py +++ b/aws_export_credentials/aws_export_credentials.py @@ -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') diff --git a/pyproject.toml b/pyproject.toml index f6d7f28..bc9c1d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache-2.0"