From f9c590b56819b231222ac00a15d10bb432af6599 Mon Sep 17 00:00:00 2001 From: Daniel Mil Date: Thu, 12 Oct 2023 14:16:49 -0700 Subject: [PATCH] chore: Version bump to 1.39.0 --- 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 b23d6eaab..c0a713c73 100644 --- a/aws_lambda_builders/__init__.py +++ b/aws_lambda_builders/__init__.py @@ -4,5 +4,5 @@ # Changing version will trigger a new release! # Please make the version change as the last step of your development. -__version__ = "1.38.0" +__version__ = "1.39.0" RPC_PROTOCOL_VERSION = "0.3"