From b05f62a0e34ef2eb6059f9f1090ffa2fef242f9a Mon Sep 17 00:00:00 2001 From: Rey Abolofia Date: Mon, 10 Jun 2024 13:52:27 -0400 Subject: [PATCH] v6.96.0 --- datadog_lambda/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datadog_lambda/version.py b/datadog_lambda/version.py index a29fe46e..a5490c9a 100644 --- a/datadog_lambda/version.py +++ b/datadog_lambda/version.py @@ -1 +1 @@ -__version__ = "6.95.0" +__version__ = "6.96.0" diff --git a/pyproject.toml b/pyproject.toml index f161de14..cb144c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datadog_lambda" -version = "6.95.0" +version = "6.96.0" description = "The Datadog AWS Lambda Library" authors = ["Datadog, Inc. "] license = "Apache-2.0"