From 3081463c0911e51ca0d90c332618743c272831b0 Mon Sep 17 00:00:00 2001 From: DarcyRaynerDD Date: Fri, 6 Dec 2019 16:31:04 -0500 Subject: [PATCH] Bump version number --- datadog_lambda/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datadog_lambda/__init__.py b/datadog_lambda/__init__.py index bb73cc7c..bcfbe2b1 100644 --- a/datadog_lambda/__init__.py +++ b/datadog_lambda/__init__.py @@ -1,6 +1,6 @@ # The minor version corresponds to the Lambda layer version. # E.g.,, version 0.5.0 gets packaged into layer version 5. -__version__ = '0.10.0' +__version__ = '0.11.0' import os