From cb7e6cecfe398aef084cad0ed78c6ca1bfcdac9c Mon Sep 17 00:00:00 2001 From: Saket Chaudhary <118331906+chaudharysaket@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:26:51 +0530 Subject: [PATCH] update version v0.9.4 (#300) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 516dd6f..ea32a01 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="newrelic-lambda-cli", - version="0.9.3", + version="0.9.4", python_requires=">=3.3", description="A CLI to install the New Relic AWS Lambda integration and layers.", long_description=README,