From 684ce4dfa60dbd1acfffdc207e4d805f9fb57216 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 5 May 2023 01:15:34 +0000 Subject: [PATCH] Release 0.6.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 229df0c..23d68b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ src_paths = [] [tool.poetry] name = "types-s3transfer" -version = "0.6.0.post7" +version = "0.6.1" description = "Type annotations and code completion for s3transfer" authors = ["Vlad Emelianov "] license = "MIT"