From 11f5713b9f25c52455c0a0116a48dfe9b8a69443 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Dec 2024 10:02:04 +0000 Subject: [PATCH] Release 0.23.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c49de00..fedeebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "types-awscrt" -version = "0.23.2" +version = "0.23.3" requires-python = ">= 3.8" description = "Type annotations and code completion for awscrt" authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]