From d56387b8572da4fe84749fbb390f9f671a7f55f6 Mon Sep 17 00:00:00 2001 From: Aleksandr Pasechnik Date: Thu, 21 Nov 2024 15:09:08 -0500 Subject: [PATCH] chore: v6.104.0 release candidate --- 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 c185df04..d2ea6a95 100644 --- a/datadog_lambda/version.py +++ b/datadog_lambda/version.py @@ -1 +1 @@ -__version__ = "6.103.0" +__version__ = "6.104.0" diff --git a/pyproject.toml b/pyproject.toml index d75ea5cb..6f1b5761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datadog_lambda" -version = "6.103.0" +version = "6.104.0" description = "The Datadog AWS Lambda Library" authors = ["Datadog, Inc. "] license = "Apache-2.0"