From a2b38a01dce994beb9f762c030c953762ad50ed1 Mon Sep 17 00:00:00 2001 From: Elias Freider Date: Tue, 23 Jan 2024 17:12:37 +0100 Subject: [PATCH] 0.6.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3560d2c..3666988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "synchronicity" -version = "0.5.3" +version = "0.6.0" description = "Export blocking and async library versions from a single async implementation" readme = "README.md"