From b613ebb36008a5e320e8b67dd7fe1bcd0d9dc4f7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 24 Oct 2024 01:27:00 +0000 Subject: [PATCH] Release 0.23.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ebc4cb..b0a7d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "types-awscrt" -version = "0.22.4" +version = "0.23.0" requires-python = ">= 3.8" description = "Type annotations and code completion for awscrt" authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]