From 718d0631154d8a90146a97307aa959616431801f Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Tue, 18 Aug 2020 22:24:02 +0200 Subject: [PATCH] chore: bump to 1.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b4f5ba34e4..7458636cc74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.1.2" +version = "1.1.3" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] classifiers=[