From c556c03ff9ede301ca9a5c41c3119c70c772511e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Oct 2024 00:33:29 +0000 Subject: [PATCH] Release 0.10.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8afc8d5..d62a576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "types-s3transfer" -version = "0.10.2" +version = "0.10.3" requires-python = ">=3.8" description = "Type annotations and code completion for s3transfer" authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]