From 4b8b67512a269212229aeedcc376dfd54949f484 Mon Sep 17 00:00:00 2001 From: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> Date: Mon, 13 May 2024 11:09:51 -0700 Subject: [PATCH] chore: bump version to 1.50.0 (#650) --- 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 d7910614c..d28d17012 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.49.0" +__version__ = "1.50.0" RPC_PROTOCOL_VERSION = "0.3"