From 8e35b5692f88d08b52495912721824937165947f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Oct 2024 20:16:15 +0000 Subject: [PATCH] Release 1.35.32 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a316e29..4898272 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "botocore-stubs" -version = "1.35.31" +version = "1.35.32" requires-python = ">=3.8" description = "Type annotations and code completion for botocore" authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]