From daa99f36d3cd69d38f3d87b4138324145272de63 Mon Sep 17 00:00:00 2001 From: Elias Freider Date: Tue, 2 Apr 2024 10:57:06 +0200 Subject: [PATCH] Release 0.6.6 (#140) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00a2735..0845457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "synchronicity" -version = "0.6.5" +version = "0.6.6" description = "Export blocking and async library versions from a single async implementation" readme = "README.md"