From 14fce210a57a567895c307431004f3afb3583228 Mon Sep 17 00:00:00 2001 From: Daniel Mil <84205762+mildaniel@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:24:04 -0800 Subject: [PATCH] Bump version to 1.47.0 (#622) --- aws_lambda_builders/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_lambda_builders/__init__.py b/aws_lambda_builders/__init__.py index 688cf091c..aac6ac77f 100644 --- a/aws_lambda_builders/__init__.py +++ b/aws_lambda_builders/__init__.py @@ -5,5 +5,5 @@ # Changing version will trigger a new release! # Please make the version change as the last step of your development. -__version__ = "1.46.0" +__version__ = "1.47.0" RPC_PROTOCOL_VERSION = "0.3"