diff --git a/aws_lambda_powertools/shared/version.py b/aws_lambda_powertools/shared/version.py index 30b96909f3e..2b1c7133b54 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 = "2.35.0" +VERSION = "2.35.1" diff --git a/pyproject.toml b/pyproject.toml index ab551763915..18c1277377d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "2.35.0" +version = "2.35.1" 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"]