From c046a4e6625c8c0a098003b9d30d207dcebf1064 Mon Sep 17 00:00:00 2001 From: Ben Kehoe Date: Mon, 1 May 2023 16:33:17 +0000 Subject: [PATCH] Release v0.16 --- aws_export_credentials/aws_export_credentials.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws_export_credentials/aws_export_credentials.py b/aws_export_credentials/aws_export_credentials.py index 02d6a95..424bfe3 100644 --- a/aws_export_credentials/aws_export_credentials.py +++ b/aws_export_credentials/aws_export_credentials.py @@ -30,7 +30,7 @@ from botocore.session import Session -__version__ = '0.15.0' +__version__ = '0.16.0' LOGGER = logging.getLogger('aws-export-credentials') diff --git a/pyproject.toml b/pyproject.toml index 26bc6d8..8a92cd5 100644 --- a/pyproject.toml +++ b/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 "] license = "Apache-2.0"