From 1ef8d7b20533e572aa18c60f596df5bb3e7e00b0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Jan 2025 00:42:19 +0000 Subject: [PATCH] Release 1.35.99 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd8c850..8bbde64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "types-boto3" -version = "1.35.98" +version = "1.35.99" requires-python = ">=3.8" description = "Type annotations and code completion for boto3" authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]