From b07830bff1a61e7845e9b0451821027f97342fae Mon Sep 17 00:00:00 2001 From: Sashwatdas123 Date: Thu, 4 Jun 2026 14:43:18 +0530 Subject: [PATCH] Updated verion to v0.9.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e288d1d..91bf0b5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="newrelic-lambda-cli", - version="0.9.17", + version="0.9.18", python_requires=">=3.3", description="A CLI to install the New Relic AWS Lambda integration and layers.", long_description=README,