From d0105255355eaee7f8b9e353a0f46c2b922503fa Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Fri, 25 Oct 2024 16:26:07 +0100 Subject: [PATCH] release: 0.22.0 --- Cargo.toml | 2 +- pyo3-asyncio-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9f1bd2..18c36c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pyo3-async-runtimes" description = "PyO3 bridges from Rust runtimes to Python's Asyncio library" -version = "0.21.0" +version = "0.22.0" authors = [ "Andrew J Westlake ", "David Hewitt ", diff --git a/pyo3-asyncio-macros/Cargo.toml b/pyo3-asyncio-macros/Cargo.toml index b0d1c69..dee21df 100644 --- a/pyo3-asyncio-macros/Cargo.toml +++ b/pyo3-asyncio-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pyo3-async-runtimes-macros" description = "Proc Macro Attributes for `pyo3-async-runtimes`" -version = "0.21.0" +version = "0.22.0" authors = [ "Andrew J Westlake ", "David Hewitt ",