Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94dd2d2

Browse files
committedJun 27, 2024
chore: version bump
1 parent 8cda231 commit 94dd2d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Exposes version constant to avoid circular dependencies."""
22

3-
VERSION = "2.39.2a5"
3+
VERSION = "2.40.0"

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "2.39.2a5"
3+
version = "2.40.0"
44
description = "Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]

0 commit comments

Comments
 (0)
Please sign in to comment.