From 0dd2f6a3e53672cb8842bb217943fff701a6cff4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Dec 2023 00:56:09 +0000 Subject: [PATCH] Release 0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35f95b2..9220bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ src_paths = [] [tool.poetry] name = "types-s3transfer" -version = "0.8.2" +version = "0.9.0" description = "Type annotations and code completion for s3transfer" authors = ["Vlad Emelianov "] license = "MIT"