diff --git a/Cargo.toml b/Cargo.toml index b7ca11a..00fe4e0 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-async-runtimes-macros/Cargo.toml b/pyo3-async-runtimes-macros/Cargo.toml index b0d1c69..dee21df 100644 --- a/pyo3-async-runtimes-macros/Cargo.toml +++ b/pyo3-async-runtimes-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 ",