diff --git a/aws_lambda_powertools/shared/version.py b/aws_lambda_powertools/shared/version.py index c897c3d9cbf..b2c4ff3ba90 100644 --- a/aws_lambda_powertools/shared/version.py +++ b/aws_lambda_powertools/shared/version.py @@ -1,3 +1,3 @@ """Exposes version constant to avoid circular dependencies.""" -VERSION = "3.25.0" +VERSION = "3.26.0" diff --git a/pyproject.toml b/pyproject.toml index 5e87a118a6d..10d7c8ea877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "3.25.0" +version = "3.26.0" description = "Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity." authors = ["Amazon Web Services"] include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]