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