From 137a652f8879da2c805818bef4159b8deb8e2603 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 28 Dec 2024 11:20:53 +0000 Subject: [PATCH] Release 8.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c2a39c3..c0009d68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mypy-boto3-builder" -version = "8.7.0" +version = "8.7.1" requires-python = ">=3.12" description = "Type annotations generator for types-boto3, boto3-stubs, types-aiobotocore, and types-aioboto3." authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]