From 31e095db2713ebd833a7f6170d9f9d8ff554b926 Mon Sep 17 00:00:00 2001 From: seoberha Date: Wed, 19 Nov 2025 14:02:50 -0800 Subject: [PATCH] Publish new major version 4.0.0 Publish a new major version, as typing change that was introduced with version `3.3.1` through this PR: https://github.com/awslabs/aws-embedded-metrics-python/pull/70 broke the build for several consumers. Publishing a new major version ensures that consumers that use 3.x and 3.3.x will still be able use this library, and consumers that want to use proper typing can just upgrade to the latest major version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f589f0..27ee07b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="aws-embedded-metrics", - version="3.3.1", + version="4.0.0", author="Amazon Web Services", author_email="jarnance@amazon.com", description="AWS Embedded Metrics Package",