From 5ad0f05d90098f24b8776aeff82aa23785f83a59 Mon Sep 17 00:00:00 2001 From: Release bot Date: Mon, 21 Nov 2022 10:37:08 +0000 Subject: [PATCH] bump version to 2.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0540e0671..ef2d930551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "2.3.0" +version = "2.3.1" description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, batching, idempotency, feature flags, and more." authors = ["Amazon Web Services"] include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]