From 4a89398a47a0958868cda216961368efe0a07485 Mon Sep 17 00:00:00 2001 From: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> Date: Wed, 5 Apr 2023 09:37:23 -0700 Subject: [PATCH] chore: bump version to 1.29.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 a170b4b59..cdf0203c7 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.28.0" +__version__ = "1.29.0" RPC_PROTOCOL_VERSION = "0.3"