From be2589b9dfe519d31ba842b5bc20b862b6e0f6e2 Mon Sep 17 00:00:00 2001 From: Kess Plasmeier Date: Tue, 26 May 2026 11:56:48 -0700 Subject: [PATCH] chore(release): 4.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abad14d0..14cbf4ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "amazon-s3-encryption-client-python" -version = "3.0.0" +version = "4.0.0" description = "This library provides an S3 client that supports client-side encryption." authors = [ {name = "AWS Crypto Tools", email = "aws-crypto-tools@amazon.com"}