diff --git a/newrelic_lambda_cli/functions.py b/newrelic_lambda_cli/functions.py index 1466f56..db1aad7 100644 --- a/newrelic_lambda_cli/functions.py +++ b/newrelic_lambda_cli/functions.py @@ -1,3 +1,5 @@ +import botocore + from . import utils diff --git a/setup.py b/setup.py index 81b6b9e..9c1b910 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="newrelic-lambda-cli", - version="0.1.2", + version="0.1.3", python_requires=">=3.3", description="A CLI to install the New Relic AWS Lambda integration and layers.", long_description=README,